Push

object Push

모바일 게임에서 Push 통지 서비스는 게임 유저의 리텐션 (잔존율) 을 올리기 위한 중요 수단을 제공한다.
In mobile games, push notification service is used as an important method to increase the retention of game users.


korean

HIVE Push 는 모바일 게임의 리텐션을 올리기 위한 마케팅용 광고 푸시를 지원한다.
또한 Google의 FCM, Apple의 APNS, Amazon의 ADM을 지원하고, 언어별 시간대 설정이 가능하여 글로벌 서비스를 대응 하고 있다


english

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 with language-specific time zones to support global services

Since

4.0.0

Types

Link copied to clipboard
open class LocalPush : DataModel, Serializable

로컬 푸시 등록 정보
Local push notification information

Link copied to clipboard

로컬 푸시 등록 결과 통지
Returns information of receiving the local push

Link copied to clipboard
class PushSetting : DataModel
Link copied to clipboard
Link copied to clipboard
class RemotePush : DataModel

유저가 푸시를 수신 받는 상태 정보
Remote push notification information

Link copied to clipboard

유저가 푸시를 수신 받는 상태 조희의 결과 통지
Returns information of receiving the remote push notification

Functions

Link copied to clipboard
Link copied to clipboard

유저가 푸시를 수신 받는 상태를 조회
Request information of receiving the remote push notification.

Link copied to clipboard

로컬 푸시 등록
Register a local push notification.

Link copied to clipboard

Android 13 이상에서 HiveActivity 를 통해 POST_NOTIFICATIONS 런타임 권한을 요청합니다. Android 13 미만에서는 AuthV4.setup 에서 자동으로 요청 되며 이 호출은 무시됩니다. 권한 승인여부에 따른 처리를 원하면 PlatformHelper.requestUserPermissions 를 참고 하세요.

Link copied to clipboard
Link copied to clipboard

유저가 푸시를 수신 받는 상태를 설정
Set information of the remote push notification.

Link copied to clipboard

로컬 푸시 해제
Unregister a local push notification.

Link copied to clipboard