MesiboPresence class
- Inheritance
-
- Object
- mESIBoFLUTTErCLAss
- MesiboPresence
Constructors
- MesiboPresence({required int presence, required int value, required MesiboProfileFlutter? profile, required MesiboProfileFlutter? groupProfile})
Properties
- groupProfile ↔ MesiboProfileFlutter?
-
getter/setter pairinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- presence ↔ int
-
getter/setter pairinherited
- profile ↔ MesiboProfileFlutter?
-
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value ↔ int
-
getter/setter pairinherited
Methods
-
encode(
) → Object -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
send(
) → void -
sendJoined(
) → void -
sendLeft(
) → void -
sendRequest(
) → void -
sendTyping(
) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- MESIBO_PRESENCE_JOINED → const int
- MESIBO_PRESENCE_LEFT → const int
- MESIBO_PRESENCE_OFFLINE → const int
- MESIBO_PRESENCE_ONLINE → const int
- MESIBO_PRESENCE_REQUEST → const int
- MESIBO_PRESENCE_RESERVED → const int
- MESIBO_PRESENCE_TYPING → const int
- MESIBO_PRESENCE_TYPINGCLEARED → const int