Connections.StartAdvertisingResult

public static interface Connections.StartAdvertisingResult implements Result

Result delivered when a local endpoint starts being advertised.

Possible status codes include:

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.