Qiyu class

Constructors

Qiyu()
factory
Qiyu.private(MethodChannel _methodChannel, EventChannel _eventChannel)

Properties

appKey Future<String>
read-only
onReceiveMessage Stream
read-only
onSessionListChanged Stream
read-only
onUnreadCountChanged Stream
read-only
platformVersion Future<String>
read-only
qiyuLogPath Future<String>
read-only
hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

cleanResourceCacheCallback() Future
clearUnreadCount() Future
getPushMessage(Map<String, dynamic> param) Future
getSessionList() Future
getUnreadCount() Future<int>
logout() Future
onBotClickCallback() Stream
onBotCustomInfoCallback() Stream
onButtonClickCallback() Stream
onPushMessageClickCallback() Stream
onQuitWaitingCallback() Stream
onURLClickCallback() Stream
openServiceWindow(Map<String, dynamic> param) Future
register(String appKey, String appName) Future
registerPushMessageNotificationCallback() Future
restoreCustomUIConfigToDefault() Future
sendCommodityInfo(Map<String, dynamic> param) Future
sendSelectedCommodityInfo(Map<String, dynamic> param) Future
setAuthToken(Map<String, dynamic> param) Future
setCustomUIConfig(Map<String, dynamic> param) Future
setDeactivateAudioSessionAfterComplete(Map<String, dynamic> param) Future
setUserInfo(Map<String, dynamic> param) Future
setUserInfoWithVerificationResultCallback(Map param) Future
trackHistory(Map<String, dynamic> param) Future
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
Returns a string representation of this object.
inherited

Operators

operator ==(dynamic other) bool
The equality operator. [...]
inherited