wiebenieuwenhuis/expo-notification
最新稳定版本:1.3.4
Composer 安装命令:
composer require wiebenieuwenhuis/expo-notification
包简介
Send push notifications with Expo
关键字:
README 文档
README
Send notifications with the Expo API
Example
$notification = new ExpoNotification(); $result = $notification ->to([ 'ExponentPushToken[GoVJ_qPG41_nHi-4EQS5UU]', 'ExponentPushToken[P7yjE4MojbyaqpOiwwANgB]' ]) ->title('test') ->body('message') ->data([ 'row' => 'item' ]) ->badge(1) ->channel('default') ->sound('default') //->silent() //->test() ->send(); print_r($result);
统计信息
- 总下载量: 1.61k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-06-11