In mobile games, push notification service provides an important method to increase the retention of game users.
More...
|
class | HIVERemotePush |
| Information about the status of receiving push notification. More...
|
|
class | HIVELocalPush |
| Local push registration information. More...
|
|
class | HIVEPush |
| In mobile games, push notification service provides an important method to increase the retention of game users. More...
|
|
In mobile games, push notification service provides an important method to increase the retention of game users.
HIVE Push supports push notification for marketing to increase the user retention of mobile games.
HIVE Push also responds to Google's GCM, Apple's APNS, Amazon's ADM, Jpush in China with language-specific time zones to support global services.
§ HIVELocalPushHandler
Returns information of receiving the local push.
- Parameters
-
result | API call result |
localPush | Local push registration information. |
§ HIVERemotePushHandler
Returns information of receiving the remote push.
- Parameters
-
result | API call result |
remotePush | The status of receiving push notification. |
§ getForegroundPush:()
+ (void) getForegroundPush: |
|
(HIVEPushSettingHandler) |
handler |
|
Get the value whether to enable push notification or not on the activated app.
- Parameters
-
handler | PushSetting handler |
§ getRemotePush:()
Request the status of receiving push notification.
리모트 푸시 정보 반환
- Parameters
-
handler | API call result |
handler | API 결과 통지 리스너 |
§ registerLocalPush:handler:()
Register Local push notification.
로컬 푸시 등록
- Parameters
-
localPush | Local push registration information. |
handler | API call result |
localPush | 로컬 푸시 등록 정보 |
handler | API 결과 통지 리스너 |
§ setForegroundPush:handler:()
+ (void) setForegroundPush: |
|
(HIVEPushSetting *) |
setting |
handler: |
|
(HIVEPushSettingHandler) |
handler |
|
|
| |
Set the value whether to enable push notification or not on the activated app.
- Parameters
-
setting | PushSetting value to set |
handler | PushSetting handler |
§ setRemotePush:handler:()
Set the status of receiving push notification.
리모트 푸시 정보 설정
- Parameters
-
remotePush | Remote push information. |
handler | API call result |
remotePush | 리모트 푸시 정보 |
handler | API 결과 통지 리스너 |
§ unregisterLocalPush:()
+ (void) unregisterLocalPush: |
|
(NSUInteger) |
noticeId |
|
Unregister Local push notification.
로컬 푸시 해제
- Parameters
-
noticeId | Local push registration ID |
localPush | 로컬 푸시 등록 정보 |