-
- All Implemented Interfaces:
-
com.clevertap.android.sdk.interfaces.ActionButtonClickHandler,com.clevertap.android.sdk.interfaces.NotificationHandler
public class PushTemplateNotificationHandler implements ActionButtonClickHandler
-
-
Method Summary
Modifier and Type Method Description booleanonActionButtonClick(Context context, Bundle extras, int notificationId)booleanonMessageReceived(Context applicationContext, Bundle message, String pushType)booleanonNewToken(Context applicationContext, String token, PushType pushType)-
Methods inherited from class com.clevertap.android.sdk.interfaces.ActionButtonClickHandler
onActionButtonClick -
Methods inherited from class com.clevertap.android.sdk.interfaces.NotificationHandler
onMessageReceived, onNewToken -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
onActionButtonClick
boolean onActionButtonClick(Context context, Bundle extras, int notificationId)
-
onMessageReceived
boolean onMessageReceived(Context applicationContext, Bundle message, String pushType)
-
onNewToken
boolean onNewToken(Context applicationContext, String token, PushType pushType)
-
-
-
-