Beamable SDK
Public Member Functions | List of all members
Beamable.Api.Auth.IDeviceIdResolver Interface Reference
Inheritance diagram for Beamable.Api.Auth.IDeviceIdResolver:
Inheritance graph
[legend]

Public Member Functions

Promise< string > GetDeviceId ()
 Retrieve an id that is unique to the hardware device executing the game. In most cases, this will be the SystemInfo.deviceUniqueIdentifier More...
 

Member Function Documentation

◆ GetDeviceId()

Promise< string > Beamable.Api.Auth.IDeviceIdResolver.GetDeviceId ( )

Retrieve an id that is unique to the hardware device executing the game. In most cases, this will be the SystemInfo.deviceUniqueIdentifier

Returns
A unique device id

Implemented in Beamable.Api.Auth.DefaultDeviceIdResolver.


The documentation for this interface was generated from the following file: