...
Code Block | ||
---|---|---|
| ||
BuzzAdPush buzzAdPush = new BuzzAdPush( CustomPushService.class, CustomNotificationWorker.class, App.getPushDialogConfig() ); |
Code Block |
---|
// AndroidManifest.xml
...
<service android:name=".custom.CustomPushService" />
... |
PushService
가 제공하는 API
API | 설명 |
---|---|
| Feed 지면을 보여줄 수 있는 Intent 를 생성합니다.
|
Push Notification 클릭 동작 변경
...