init(_:cellularService:)
Creates an action that initiates a cellular network conversation.
Declaration
init(_ handle: Handle, cellularService: CellularService? = nil)Parameters
- handle:
The handle of the conversation’s recipient.
- cellularService:
The cellular service for the conversation.
Discussion
If you don’t provide an cellular service, the system chooses a service for the conversation or fails the action.