UiVisibilityRequest

public struct UiVisibilityRequest

Fired whenever the unblu ui needs to be displayed. Usually this happens when a certain push notification comes in like phone call for example or if a notification is clicked and a conversation should be displayed.

  • 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 request.

    type: UnbluUiRequestReason

    Declaration

    Swift

    public static let VALUE_REASON: String
  • If the UiVisibilityRequest was triggered due to direct action by the user, e.g. they tapped on a notification.

    type: Bool

    Declaration

    Swift

    public static let REQUESTED_BY_USER: String