-
public interface CTPushAmpListenerInterface definition for a callback to be invoked whenever push amp payload is received.
-
-
Method Summary
Modifier and Type Method Description abstract voidonPushAmpPayloadReceived(Bundle extras)Receives a callback whenever push amp payload is received. -
-
Method Detail
-
onPushAmpPayloadReceived
abstract void onPushAmpPayloadReceived(Bundle extras)
Receives a callback whenever push amp payload is received.
-
-
-
-