In mobile games, push notification service is used as an important method to increase the retention of game users.
More...
In mobile games, push notification service is used as an important method to increase the retention of game users.
In mobile games, push notification service is used as an important method to increase the retention of game users.
- Since
- 4.0.0
HIVE Push supports push notification for marketing to increase the retention of mobile games.
HIVE Push also support Google's FCM, Apple's APNS, Amazon's ADM, Jpush in China with language-specific time zones to support global services
-
4.0.0
- Author
- ryuvsken
HIVE Push supports push notification for marketing to increase the retention of mobile games.
HIVE Push also support Google's FCM, Apple's APNS, Amazon's ADM, Jpush in China with language-specific time zones to support global services
§ getRemotePush()
Request information of receiving the remote push notification.
- Parameters
-
listener | API call result listener |
§ onPushToken()
Returns information of receiving the remote push.
- Parameters
-
result | API call result |
remotePush | the status of receiving the push |
§ onRegisterLocalPush()
void com.hive.Push.LocalPushListener.onRegisterLocalPush |
( |
ResultAPI |
result, |
|
|
LocalPush |
localPush |
|
) |
| |
Returns information of receiving the local push.
- Parameters
-
result | API call result |
localPush | the status of receiving the push |
§ registerLocalPush()
Register a local push notification.
- Parameters
-
localPush | Local push notification info. |
listener | API call result listener |
§ setRemotePush()
Set information of the remote push notification.
- Parameters
-
remotePush | Remote push notification info. |
listener | API call result listener |
§ unregisterLocalPush()
static void com.hive.Push.unregisterLocalPush |
( |
int |
noticeID | ) |
|
|
static |
Unregister a local push notification.
- Parameters
-
noticeID | Local push registration ID |