com.ibm.mobilefirstplatform.clientsdk.android.push.api

Class MFPSimplePushNotification

  • java.lang.Object
    • MFPAbstractPushMessage
      • com.ibm.mobilefirstplatform.clientsdk.android.push.api.MFPSimplePushNotification


  • public class MFPSimplePushNotification
    extends MFPAbstractPushMessage
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.lang.String getPayload()
      Get the additional payload defined in the notification message
      java.lang.String getUrl()
      Get the url property specified in the notification
      java.lang.String toString() 
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getUrl

        public java.lang.String getUrl()
        Get the url property specified in the notification
        Returns:
        the url property
      • getPayload

        public java.lang.String getPayload()
        Get the additional payload defined in the notification message
        Returns:
        the payload
      • toString

        public java.lang.String toString()


© Copyright IBM Corp. 2006, 2015. All Rights Reserved.