-
- 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_MESSAGINGThis payload is not from Messaging and it cannot be handled by the SDK.
MESSAGING_SHOULD_NOT_DISPLAYThis payload is from Messaging but the SDK will not display it because the conversation screen is currently visible to the user.
MESSAGING_SHOULD_DISPLAYThis payload is from Messaging and the SDK is able to display it.
-
Method Summary
Modifier and Type Method Description final StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
getOrdinal
final Integer getOrdinal()
-
-
-
-