UnbluUiRequestReason
@objc
public enum UnbluUiRequestReason : Int
Send with the request ui event. It defines several reason why the UI of unblu needs to be shown.
-
There are one or more new messages
Declaration
Swift
case newMessages
-
There is an incoming call
Declaration
Swift
case incomingCall
-
There is another not defined reason
Declaration
Swift
case other
-
There was a missed call
Declaration
Swift
case missedCall
-
There was a decline call
Declaration
Swift
case declineCall
-
There was a tap on the floating active conversation button
Declaration
Swift
case floatingActiveConversationButtonPressed
-
There was a tap on the PiP button
Declaration
Swift
case pipButtonButtonPressed
-
Full screen request from UI
Declaration
Swift
case uiFullScreenRequest
-
There was a tap on the co-browsing button to return to the conversation.
Declaration
Swift
case coBrowsingBackButtonPressed