Contents

init(_:)

Creates an action that initiates a cellular conversation using information from a recent conversation.

Declaration

init(_ recentConversation: ConversationHistoryManager.RecentConversation)

Parameters

  • recentConversation:

    A recent conversation to use for the new dial request.

Discussion

Starting a cellular conversation from a recent conversation uses the same information associated with the conversation, including all handles, the account, and other information.

See Also

Request creation