CallKeepEventType enum

Inheritance

Constructors

CallKeepEventType()
const

Values

devicePushTokenUpdated → const CallKeepEventType

PushKit token was updated for VoIP - iOS only

callIncoming → const CallKeepEventType

Received an incoming call

callStart → const CallKeepEventType

Started an outgoing call

callAccept → const CallKeepEventType

Accepted an incoming call

callDecline → const CallKeepEventType

Declined an incoming call

callEnded → const CallKeepEventType

Ended an incoming/outgoing call

callTimedOut → const CallKeepEventType

Missed an incoming call due to timeout

missedCallback → const CallKeepEventType

Calling back after a missed call notification - Android only

holdToggled → const CallKeepEventType

Call hold was toggled - iOS only

muteToggled → const CallKeepEventType

Mute was toggled - iOS only

dmtfToggled → const CallKeepEventType

DMTF (Dual Tone Multi Frequency) was toggled - iOS only

callGroupToggled → const CallKeepEventType

Call group was toggled - iOS only

audioSessionToggled → const CallKeepEventType

AVAudioSession was toggled (activated/deactivated) - iOS only

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
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

Constants

values → const List<CallKeepEventType>
A constant List of the values in this enum, in order of their declaration.