PushNotifManager

open class PushNotifManager

This class manage the push notification feature.

This class offers several possible operations defined in the following list :

  • register Push notification
  • check the Push notification status

Properties

Link copied to clipboard
val REGISTRATION_COMPLETE: String

Functions

Link copied to clipboard
open fun checkPushRegistrationStatus(@NonNull context: Context, @Nullable callback: IPushConnector.IErrorCallback): Boolean
Check the push notification status
Link copied to clipboard
open fun registerGCMBroadcastReceiver(@NonNull context: Context)
Link copied to clipboard
open fun registerPushNotif(@NonNull context: Context)
Register the push notification
Link copied to clipboard
open fun sendBroadcast(@NonNull context: Context)
Link copied to clipboard
open fun unregisterGCMBroadcastReceiver(@NonNull context: Context)