UnbluUiHideRequestReason
@objc
public enum UnbluUiHideRequestReason : Int
Send with the request hide ui event. It defines several reason why the UI of unblu needs to be hidden.
-
Mobile co-browsing is starting
Declaration
Swift
case mobileCoBrowsingStarting
-
There is another not defined reason
Declaration
Swift
case other
-
The hide request was the result of some user action, e.g. they tapped on a button to close the Unblu UI.
Declaration
Swift
case requestedByUser