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
UnbluUiRequestReason Enumeration Reference