FCXTransaction class

Dart representation of CXTransaction from iOS CallKit Framework.

An object that contains zero or more action objects to be performed by a call controller.

Properties

complete bool
Whether all actions have been completed.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uuid String
The unique identifier of the transaction.
final

Methods

getActions() Future<List<FCXAction>>
The list of actions contained by the transaction.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited