CallKit class abstract
Constructors
- CallKit()
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
-
reportCallEnded(
CXCallEndedReason endedReason, UUID uuid) → Future< void> -
Report that a call ended. A nil value for
dateEnded
results in the ended date being set to now. -
reportCallUpdate(
CXCallUpdate cxCallUpdate, UUID uuid) → Future< void> - Report an update to call information.
-
reportIncomingCall(
CXCallUpdate cxCallUpdate, UUID uuid) → Future< void> - Report a new incoming call to the system.
-
reportOutgoingCall(
UUID uuid) → Future< void> - Report that an outgoing call started connecting.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
getInstance(
) → CallKit -
setInitConfiguration(
CXProviderConfiguration configuration) → dynamic