-
- 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 NOT_FROM_MESSAGING
This payload is not from Messaging and it cannot be handled by the SDK.
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.
MESSAGING_SHOULD_DISPLAY
This payload is from Messaging and the SDK is able to display it.
-
Method Summary
Modifier and Type Method Description final String
getName()
final Integer
getOrdinal()
-
-
Method Detail
-
getOrdinal
final Integer getOrdinal()
-
-
-
-