SCSignalingChannel enum
Enum representing the possible channels used for delivering call notifications.
- Inheritance
- Available extensions
Values
- socket → const SCSignalingChannel
-
Indicates a socket-based channel used to deliver the incoming call to the receiver.
- fcm → const SCSignalingChannel
-
Indicates an FCM-based channel used to deliver the incoming call to the receiver.
Properties
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<
SCSignalingChannel> - A constant List of the values in this enum, in order of their declaration.