ActerSdk class

Properties

api → dynamic
no setter
clients List
no setter
currentClient → dynamic
no setter
hasClients bool
no setter
hashCode int
The hash code for this object.
no setterinherited
previousLogPath String?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

deactivateAndDestroyCurrentClient(String password) Future<bool>
getClientWithDeviceId(String deviceId, bool setAsCurrent) Future
getNotificationFor(String deviceId, String roomId, String eventId) Future
login(String username, String password) Future
logout() Future<bool>
newGuestClient({String? serverName, String? serverUrl, bool setAsCurrent = false}) Future
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
register(String username, String password, String displayName, String token) Future
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

defaultHttpProxy String
getter/setter pair
defaultLogSetting String
getter/setter pair
defaultServerName String
getter/setter pair
defaultServerUrl String
getter/setter pair
instance Future<ActerSdk>
no setter
storage ↔ dynamic
getter/setter pair
userAgent String
getter/setter pair

Static Methods

nuke() Future<void>
resetSessionsAndClients(String sessionKey) Future<void>
sessionKeys() Future<List<String>?>
setup({required String sessionKey, required String appleKeychainAppGroupName, required String userAgent, required String defaultLogSetting, required String defaultHomeServerUrl, required String defaultHomeServerName, required String defaultHttpProxy}) → void

Constants

platform → const dynamic