CallKitEventHandler class

Constructors

CallKitEventHandler()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Static Properties

didActivateAudioSession ↔ (void Function()?)
Called when the provider's audio session activation state changes.
getter/setter pair
didDeactivateAudioSession ↔ (void Function()?)
getter/setter pair
didReceiveIncomingPush ↔ (void Function(Map extras, UUID uuid)?)
This method is invoked when a push notification has been received for the specified PKPushType. extras The push extras sent by a developer via APNS server API.
getter/setter pair
performAnswerCallAction ↔ (void Function(CXAnswerCallAction action)?)
getter/setter pair
performEndCallAction ↔ (void Function(CXEndCallAction action)?)
getter/setter pair
performPlayDTMFCallAction ↔ (void Function(CXPlayDTMFCallAction action)?)
getter/setter pair
performSetGroupCallAction ↔ (void Function(CXSetGroupCallAction action)?)
getter/setter pair
performSetHeldCallAction ↔ (void Function(CXSetHeldCallAction action)?)
getter/setter pair
performSetMutedCallAction ↔ (void Function(CXSetMutedCallAction action)?)
getter/setter pair
performStartCallAction ↔ (void Function(CXStartCallAction action)?)
each perform*CallAction method is called sequentially for each action in the transaction
getter/setter pair
providerDidBegin ↔ (void Function()?)
Called when the provider has been fully created and is ready to send actions and receive updates
getter/setter pair
providerDidReset ↔ (void Function()?)
Called when the provider has been reset. Delegates must respond to this callback by cleaning up all internal call state (disconnecting communication channels, releasing network resources, etc.). This callback can be treated as a request to end all calls without the need to respond to any actions
getter/setter pair
timedOutPerformingAction ↔ (void Function(CXAction action)?)
Called when an action was not performed in time and has been inherently failed. Depending on the action, this timeout may also force the call to end. An action that has already timed out should not be fulfilled or failed by the provider delegate
getter/setter pair