CallState

The possible call states.

Entries

Link copied to clipboard

Indicates that the call is connected and supporting conversation.

Link copied to clipboard

Initial state of an outgoing Call.

Link copied to clipboard

Indicates that the call is dialing the remote number, but not yet connected.

Link copied to clipboard

Indicates that no further voice or other communication will be transmitted.

Link copied to clipboard

Indicates that the call is being disconnected locally.

Link copied to clipboard

Indicates that the call is on hold.

Link copied to clipboard

Indicates the initial state of an incoming call.

Link copied to clipboard

Indicates that the call is being answered.

Inherited properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun valueOf(value: String): CallState

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.