UnbluNotificationTag
public enum UnbluNotificationTag : String
Possible values of the notification event tag. see: UnbluEventApi.Notification.VALUE_TAG
-
Send when a new chat requests is added to the queue, it is redeemed, forwarded or similar actions. (not yet available)
Declaration
Swift
case queue = "QUEUE"
-
Send when a chat message is send
Declaration
Swift
case message = "MESSAGE"
-
Send when a call message is send
Declaration
Swift
case call = "CALL"
-
Send when there is no specific tag
Declaration
Swift
case unknown = "UNKNOWN"