CXCallUpdate class

Constructors

CXCallUpdate({CXHandle? remoteHandle_, String? localizedCallerName_, bool? supportsHolding_, bool? supportsGrouping_, bool? supportsUngrouping_, bool? supportsDTMF_, bool? hasVideo_})

Properties

hashCode int
The hash code for this object.
no setterinherited
hasVideo bool?
The call includes video in addition to audio.
getter/setter pair
localizedCallerName String?
Override the computed caller name to a provider-defined value. Normally the system will determine the appropriate caller name to display (e.g. using the user's contacts) based on the supplied caller identifier. Set this property to customize.
getter/setter pair
remoteHandle CXHandle?
Handle for the remote party (for an incoming call, the caller; for an outgoing call, the callee).
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
supportsDTMF bool?
The call can send DTMF tones via hard pause digits or in-call keypad entries
getter/setter pair
supportsGrouping bool?
Whether the call can be grouped (merged) with other calls when it is ungrouped
getter/setter pair
supportsHolding bool?
Whether the call can be held on its own or swapped with another call
getter/setter pair
supportsUngrouping bool?
The call can be ungrouped (taken private) when it is grouped
getter/setter pair

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