Contents

reportNewIncomingConversation(uuid:update:)

Informs the system that there’s a new incoming conversation, and the device should begin to ring and present the incoming Conversation UI.

Declaration

final func reportNewIncomingConversation(uuid: UUID, update: Conversation.Update) async throws

Parameters

  • uuid:

    The Uuid used to identify the created conversation.

  • update:

    Optional fields to configure the initial state of the conversation.

See Also

Observing conversations