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