Package 

Enum PushResponsibility

  • All Implemented Interfaces:
    java.io.Serializable , kotlin.Comparable

    
    public enum PushResponsibility
    extends Enum<PushResponsibility>
                        

    Describes whether a push notification payload belongs to Messaging and the SDK is in a state in which the notification should be displayed.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      MESSAGING_SHOULD_DISPLAY

      This payload is from Messaging and the SDK is able to display it.

      MESSAGING_SHOULD_NOT_DISPLAY

      This payload is from Messaging but the SDK will not display it because the conversation screen is currently visible to the user.

      NOT_FROM_MESSAGING

      This payload is not from Messaging and it cannot be handled by the SDK.

    • Method Summary

      Modifier and Type Method Description
      final String getName()
      final Integer getOrdinal()
      • Methods inherited from class java.lang.Object

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