Package 

Interface CTPushNotificationListener


  • 
    public interface CTPushNotificationListener
    
                        

    Interface definition for a callback to be invoked whenever push notification payload is received.

    • Method Summary

      Modifier and Type Method Description
      abstract void onNotificationClickedPayloadReceived(HashMap<String, Object> payload) Receives a callback whenever push notification payload is received.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait