HMSDiscoveryEngine class

Properties

connectOnDisconnected Stream<String>?
no setter
connectOnEstablish Stream<ConnectOnEstablishResponse>?
no setter
connectOnResult Stream<ConnectOnResultResponse>?
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scanOnFound Stream<ScanOnFoundResponse>?
no setter
scanOnLost Stream<String>?
no setter

Methods

acceptConnect(String endpointId) Future<void>
disconnect(String endpointId) Future<void>
disconnectAll() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rejectConnect(String endpointId) Future<void>
requestConnectEx({required String name, required String endpointId, required ConnectOption channelPolicy}) Future<void>
startBroadcasting({required String name, required String serviceId, required BroadcastOption broadcastOption}) Future<void>
startScan({required String serviceId, required ScanOption scanOption}) Future<void>
stopBroadcasting() Future<void>
stopScan() Future<void>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

instance HMSDiscoveryEngine
no setter