Package 

Class PushTemplateNotificationHandler

  • 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
      boolean onActionButtonClick(Context context, Bundle extras, int notificationId)
      boolean onMessageReceived(Context applicationContext, Bundle message, String pushType)
      boolean onNewToken(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