Contents

init(call:onHold:)

Initializes a new action for a call identified by a given UUID, as well as whether the call is on hold.

Declaration

init(call callUUID: UUID, onHold: Bool)

Parameters

  • callUUID:

    The unique identifier for the associated Cxcall object of the action.

  • onHold:

    Whether the call is on hold.

Return Value

A new action for the specified call UUID and whether the call is placed on hold.

See Also

Creating New Actions