Stay organized with collections
Save and categorize content based on your preferences.
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)
|
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 |
endpointId
|
The unique identifier of the endpoint.
|
name
|
The name of the endpoint.
|
serviceId
|
The service ID associated with the endpoint.
|
|
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-07-08 UTC.
[null,null,["Last updated 2025-07-08 UTC."],[],[],null,["# GooglePlayGames.BasicApi.Nearby.EndpointDetails Struct Reference\n\nGooglePlayGames.BasicApi.Nearby.EndpointDetails\n===============================================\n\nRepresents details of an endpoint involved in a [Nearby](/games/services/unity/v2/api/namespace/google-play-games/basic-api/nearby#namespace_google_play_games_1_1_basic_api_1_1_nearby) Connections operation.\n\nSummary\n-------\n\n| ### Constructors and Destructors ||\n|---|---|\n| [EndpointDetails](#struct_google_play_games_1_1_basic_api_1_1_nearby_1_1_endpoint_details_1a749a493a90927c3a05e7ab7cfa29526d)`(string endpointId, string name, string serviceId)` Initializes a new instance of the [EndpointDetails](/games/services/unity/v2/api/struct/google-play-games/basic-api/nearby/endpoint-details#struct_google_play_games_1_1_basic_api_1_1_nearby_1_1_endpoint_details) struct. ||\n\n| ### Properties ||\n|--------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------|\n| [EndpointId](#struct_google_play_games_1_1_basic_api_1_1_nearby_1_1_endpoint_details_1a834002742ade2c368fb3785eb11e5528) | `string` Gets the unique identifier of the endpoint. |\n| [Name](#struct_google_play_games_1_1_basic_api_1_1_nearby_1_1_endpoint_details_1afedfe8047f48755a2d9f99debc17b087) | `string` Gets the name of the endpoint. |\n| [ServiceId](#struct_google_play_games_1_1_basic_api_1_1_nearby_1_1_endpoint_details_1a2a5c19dbce1673b58ee6d32677a6f1f7) | `string` Gets the service ID associated with the endpoint. |\n\nProperties\n----------\n\n### EndpointId\n\n```c#\nstring GooglePlayGames::BasicApi::Nearby::EndpointDetails::EndpointId\n``` \nGets the unique identifier of the endpoint. \n\n### Name\n\n```c#\nstring GooglePlayGames::BasicApi::Nearby::EndpointDetails::Name\n``` \nGets the name of the endpoint. \n\n### ServiceId\n\n```c#\nstring GooglePlayGames::BasicApi::Nearby::EndpointDetails::ServiceId\n``` \nGets the service ID associated with the endpoint.\n\nPublic functions\n----------------\n\n### EndpointDetails\n\n```c#\n GooglePlayGames::BasicApi::Nearby::EndpointDetails::EndpointDetails(\n string endpointId,\n string name,\n string serviceId\n)\n``` \nInitializes a new instance of the [EndpointDetails](/games/services/unity/v2/api/struct/google-play-games/basic-api/nearby/endpoint-details#struct_google_play_games_1_1_basic_api_1_1_nearby_1_1_endpoint_details) struct.\n\n\u003cbr /\u003e\n\n| Details ||\n|------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Parameters | |--------------|----------------------------------------------| | `endpointId` | The unique identifier of the endpoint. | | `name` | The name of the endpoint. | | `serviceId` | The service ID associated with the endpoint. | |"]]