UserExtension class
Base class for any unknown user extensions
- Inheritance
-
- Object
- AnnouncementExtension
- UserExtension
Constructors
-
UserExtension(int type, List<
int> _data)
Properties
Methods
-
data(
) → List< int> -
The binary data part of the extension
override
-
length(
) → int -
The length, in bytes of the announcement data part
override
-
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