UiHideRequest

public struct UiHideRequest

Fired whenever the Unblu ui needs to be hidden. Usually this happens when mobile co-browsing is started.

This is only triggered when the used collaboration server is of version 5.x newer than 5.17 or newer than 6.3

  • NAME of the event. Can be used to register for the event. Also available as Notification.NAME.UnbluUiVisibilityRequest

    Declaration

    Swift

    public static let NAME: String
  • Reason for the UI hide request.

    type: UnbluUiHideRequestReason

    Declaration

    Swift

    public static let VALUE_REASON: String
  • The id of the conversation from which this request was done if there is a corresponding conversation

    type: String |  null

    Declaration

    Swift

    public static let VALUE_CONVERSATION_ID: String