OmiAction class
Constructors
Properties
- hashCode → int
-
The hash code for this object.
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
Static Methods
-
decline(
) → ActionModel -
endCall(
) → ActionModel -
hangUp(
int callId) → ActionModel -
initCall(
String userName, String password, String realm) → ActionModel -
onHold(
bool isHold) → ActionModel -
onMute(
bool isMute) → ActionModel -
pickUp(
bool isHold) → ActionModel -
sendDTMF(
String character) → ActionModel -
startCall(
String phoneNumber, bool isTransfer) → ActionModel -
startOmiService(
) → ActionModel -
toggleMute(
) → ActionModel -
toggleSpeaker(
bool useSpeaker) → ActionModel -
updateToken(
String deviceId, String appId, {String? deviceTokenAndroid, String? tokenVoipIos}) → ActionModel