Enumeration
PushResponsibility
@objc(ZDKPushResponsibility)
public enum PushResponsibility: Int
Represents whether a push notification payload belongs to Messaging
,
and if the SDK is in a state in which the notification should be displayed.
Relationships
Conforms To
Int
Enumeration Cases
messagingShouldDisplay
case messagingShouldDisplay
The payload is from Messaging
and the SDK can display it.
messagingShouldNotDisplay
case messagingShouldNotDisplay
The payload is from Messaging
but the SDK will not display it
because the conversation screen is currently visible to the user.
notFromMessaging
case notFromMessaging
The payload is not from Messaging
and can't be handled by the SDK.