java.lang.Object |
↳ |
com.google.android.gms.nearby.connection.DiscoveredEndpointInfo |
Class Overview
Information about an endpoint when it's discovered.
Summary
Public Methods |
String
|
getEndpointName()
The human readable name of the remote endpoint.
|
String
|
getServiceId()
The ID of the service advertised by the remote endpoint.
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public Constructors
public
DiscoveredEndpointInfo
(String serviceId, String endpointName)
Parameters |
serviceId |
String
|
endpointName |
String
|
Public Methods
public
String
getEndpointName
()
The human readable name of the remote endpoint.
public
String
getServiceId
()
The ID of the service advertised by the remote endpoint.