OpenConversationChanged

public struct OpenConversationChanged

Fired when open conversation changes

  • Name of the event. Can be used to register for the event. Also available as Notification.Name.UnbluUiOpenConversationChanged

    Declaration

    Swift

    public static let NAME: String
  • Id of the current open conversation. Is nil if there is no open conversation

    type: String?

    Declaration

    Swift

    public static let VALUE_CONVERSATION_ID: String