public static interface
Connections.StartAdvertisingResult
implements
Result
Result delivered when a local endpoint starts being advertised.
Possible status codes include:
STATUS_OKif advertising started successfully.STATUS_ALREADY_ADVERTISINGif the app is already advertising itself.STATUS_ERRORif an unknown error occurred while advertising the app.
Public Method Summary
| abstract String |
getLocalEndpointName()
Retrieves the human readable name for the local endpoint being advertised (possibly after
resolving name collisions.)
|
Inherited Method Summary
Public Methods
public abstract String getLocalEndpointName ()
Retrieves the human readable name for the local endpoint being advertised (possibly after resolving name collisions.)
Returns
- The name of the local endpoint.
