public static interface

Connections.StartAdvertisingResult

implements Result
com.google.android.gms.nearby.connection.Connections.StartAdvertisingResult

Class Overview

Result delivered when a local endpoint starts being advertised.

Possible status codes include:

Summary

Public Methods
abstract String getLocalEndpointName()
Retrieves the human readable name for the local endpoint being advertised (possibly after resolving name collisions.)
[Expand]
Inherited Methods
From interface com.google.android.gms.common.api.Result

Public Methods

public abstract String getLocalEndpointName ()

Retrieves the human readable name for the local endpoint being advertised (possibly after resolving name collisions.)

Returns
String The name of the local endpoint.