GooglePlayGames.BasicApi.Nearby

Summary

Enumerations

InitializationStatus{
  Success,
  VersionUpdateRequired,
  InternalError
}
enum
Represents the configuration for a Nearby Connections operation.

Classes

GooglePlayGames.BasicApi.Nearby.DummyNearbyConnectionClient

Dummy implementation of INearbyConnectionClient.

Structs

GooglePlayGames.BasicApi.Nearby.AdvertisingResult

Represents the result of an attempt to start advertising for nearby connections.

GooglePlayGames.BasicApi.Nearby.ConnectionRequest

Represents a request to establish a connection with a remote endpoint.

GooglePlayGames.BasicApi.Nearby.ConnectionResponse

Represents a response to a connection request, including status, payload, and identifying information.

GooglePlayGames.BasicApi.Nearby.EndpointDetails

Represents details of an endpoint involved in a Nearby Connections operation.

GooglePlayGames.BasicApi.Nearby.NearbyConnectionConfiguration

Defines the configuration for establishing a Nearby connection.

Interfaces

GooglePlayGames.BasicApi.Nearby.IDiscoveryListener

Interface for receiving notifications about discovered endpoints.

GooglePlayGames.BasicApi.Nearby.IMessageListener

Interface for receiving messages and notifications about remote endpoints.

GooglePlayGames.BasicApi.Nearby.INearbyConnectionClient

Interface for managing connections and communications between devices using Nearby Connections.

Enumerations

InitializationStatus

 InitializationStatus

Represents the configuration for a Nearby Connections operation.

Includes initialization status and client-specific configuration.

Properties
InternalError

Denotes that an internal error occurred during initialization.

Success

Indicates that the initialization was successful.

VersionUpdateRequired

Signifies that a version update is required for nearby connections.