SessionOptions class

Annotations
  • @JS()
  • @anonymous

Constructors

SessionOptions()
factory

Properties

appId String
Your app's unique TalkJS id. Get it from the dashboard. */
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
me User
A User object that identifies the currently active user. The user is uniquely identified by their id; all other fields (name, photo, etc) are overwritten in the TalkJS database each time they change. Alternatively, only pass a user ID (as a string) if you are certain that the user object exists. */
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signature String?
If you use {@link https://talkjs.com/docs/Features/Identity_Verification.html | Identitiy verification} make sure you generate and use a signature.
getter/setter pair

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