-
public interface NotificationHandler
-
-
Method Summary
Modifier and Type Method Description abstract booleanonMessageReceived(Context applicationContext, Bundle message, String pushType)abstract booleanonNewToken(Context applicationContext, String token, PushType pushType)-
-
Method Detail
-
onMessageReceived
abstract boolean onMessageReceived(Context applicationContext, Bundle message, String pushType)
- Parameters:
applicationContext- - application contextmessage- - notification message from cloud messaging owners
-
onNewToken
abstract boolean onNewToken(Context applicationContext, String token, PushType pushType)
- Parameters:
applicationContext- - application contexttoken- - token received from cloud messaging owners
-
-
-
-