FCXCallObserver class

Dart representation of CXCallObserver from iOS CallKit Framework.

A programmatic interface for an object that manages a list of active calls and observes call changes.

You can retrieve a list of active calls on an FCXCallObserver object using the calls property.

You can also provide a callChanged callback to respond to any active call changes.

FCXCallObserver object being created at the FCXCallController init, and stored in the FCXCallController.callObserver.

Direct initialisation is unavailable.

Properties

callChanged FCXCallChanged?
Callback for getting notified when a call is changed.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getCalls() Future<List<FCXCall>>
Retrieve the current call list, blocking on initial state retrieval if necessary.
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