VonageController class

控制器

Constructors

VonageController()

Properties

callbackList Map<String, VonageCallback>
final
hashCode int
The hash code for this object.
no setterinherited
lock ↔ Lock
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addVonageCallback(String key, VonageCallback callback) → dynamic
callAnswer() Future
callEnd() Future
callReject() Future
close() Future
dial(DialParams params) Future
dtmf(DtmfParams params) Future
handlePush(Map<String, dynamic> params) Future
init(InitParams params) Future
login(LoginParams params) Future
logout() Future
mute(MuteParams params) Future
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
playKeySound(KeySoundParams params) Future
playRing(RingParams params) Future
record(RecordParams params) Future
removeVonageCallback(String key) → dynamic
sendMessage(MessageParams params) Future
speak(SpeakParams params) Future
startChat(ChatParams params) Future
stopRing() Future
toString() String
A string representation of this object.
inherited
updatePushToken(PushTokenParams params) Future

Operators

operator ==(Object other) bool
The equality operator.
inherited