GooglePlayGames. BasicApi. Nearby. EndpointDetails
Represents details of an endpoint involved in a Nearby Connections operation.
Summary
Constructors and Destructors |
|
---|---|
EndpointDetails(string endpointId, string name, string serviceId)
Initializes a new instance of the EndpointDetails struct.
|
Properties |
|
---|---|
EndpointId
|
string
Gets the unique identifier of the endpoint.
|
Name
|
string
Gets the name of the endpoint.
|
ServiceId
|
string
Gets the service ID associated with the endpoint.
|
Properties
EndpointId
string GooglePlayGames::BasicApi::Nearby::EndpointDetails::EndpointId
Gets the unique identifier of the endpoint.
Name
string GooglePlayGames::BasicApi::Nearby::EndpointDetails::Name
Gets the name of the endpoint.
ServiceId
string GooglePlayGames::BasicApi::Nearby::EndpointDetails::ServiceId
Gets the service ID associated with the endpoint.
Public functions
EndpointDetails
GooglePlayGames::BasicApi::Nearby::EndpointDetails::EndpointDetails( string endpointId, string name, string serviceId )
Initializes a new instance of the EndpointDetails struct.
Details | |||||||
---|---|---|---|---|---|---|---|
Parameters |
|