BonsoirDiscoveryEventType enum

Available Bonsoir discovery event types.

Inheritance
Mixed in types

Constructors

BonsoirDiscoveryEventType()
const

Values

discoveryStarted → const BonsoirDiscoveryEventType

Triggered when the discovery has started.

discoveryServiceFound → const BonsoirDiscoveryEventType

Triggered when a service has been found.

discoveryServiceResolved → const BonsoirDiscoveryEventType

Triggered when a service has been found and resolved.

discoveryServiceResolveFailed → const BonsoirDiscoveryEventType

Triggered when a service has been found but cannot be resolved.

discoveryServiceLost → const BonsoirDiscoveryEventType

Triggered when a service has been lost.

discoveryStopped → const BonsoirDiscoveryEventType

Triggered when the discovery has stopped.

unknown → const BonsoirDiscoveryEventType

Unknown type.

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
Returns the type name.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Static Methods

getById(String id) BonsoirDiscoveryEventType
Returns a BonsoirDiscoveryEventType by its id or unknown if not found.

Constants

values → const List<BonsoirDiscoveryEventType>
A constant List of the values in this enum, in order of their declaration.