Mesibo class
- Inheritance
-
- Object
- MesiboFlutter
- Mesibo
Constructors
- Mesibo()
-
factory
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
-
backupAge(
) → Future< int> -
inherited
-
backupDatabase(
String arg_path) → Future< void> -
inherited
-
createGroup(
meSiBOflUTteRClAss settings, MesiboGroupListener listener) → void -
databaseAge(
) → Future< int> -
inherited
-
e2ee(
) → MesiboEndToEndEncryption -
getAddress(
) → Future< String> -
inherited
-
getAppIdForAccessToken(
) → Future< String> -
inherited
-
getGroupProfile(
int groupId) → Future< MesiboProfile> -
getLocationManager(
) → MesiboLocationManager -
getPhoneContactsManager(
) → MesiboPhoneContactsManager -
getProfile(
String? arg_peer, int? arg_group) → Future< MesiboProfile> -
override
-
getSelfProfile(
) → Future< MesiboProfileFlutter> -
inherited
-
getTimestamp(
) → Future< int> -
inherited
-
getUid(
) → Future< int> -
inherited
-
getUniqueMessageId(
) → Future< int> -
inherited
-
getUserProfile(
String peer) → Future< MesiboProfile> -
isOnline(
) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
reset(
) → Future< void> -
inherited
-
restoreDatabase(
String arg_path, int arg_age) → Future< void> -
inherited
-
setAccessToken(
String arg_token) → Future< void> -
inherited
-
setDatabase(
String arg_name) → Future< void> -
inherited
-
setListener(
Object listener) → void -
setPushToken(
String arg_token, bool arg_voip) → Future< void> -
inherited
-
setUploadUrl(
String arg_url, String arg_authToken) → Future< void> -
inherited
-
start(
) → Future< void> -
inherited
-
stop(
) → Future< void> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
getInstance(
) → Mesibo -
getInternal(
) → MesiboInternal
Constants
- MESIBO_STATUS_AUTHFAIL → const int
- MESIBO_STATUS_CONNECTFAILURE → const int
- MESIBO_STATUS_CONNECTING → const int
- MESIBO_STATUS_MANDUPDATE → const int
- MESIBO_STATUS_NONETWORK → const int
- MESIBO_STATUS_OFFLINE → const int
- MESIBO_STATUS_ONLINE → const int
- MESIBO_STATUS_ONPREMISEERROR → const int
- MESIBO_STATUS_READY → const int
- MESIBO_STATUS_SHUTDOWN → const int
- MESIBO_STATUS_SIGNOUT → const int
- MESIBO_STATUS_STOPPED → const int
- MESIBO_STATUS_SUSPEND → const int
- MESIBO_STATUS_UNKNOWN → const int
- MESIBO_STATUS_UPDATE → const int