AnnouncementExtension class abstract
Base for announcement extensions. Announcement extensions add additional functionalities to the discovery process without changing the api
User extensions should start with types above extensionUserStart, anything below is reserved
- Implementers
Constructors
- AnnouncementExtension(int type, String name)
- Constructor
Properties
Methods
-
data(
) → List< int> - The binary data part of the extension
-
length(
) → int - The length, in bytes of the announcement data part
-
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