Skip to main content
Version: 5.9.6

GetGuestID

public string GetGuestID();

Description

The guest ID stored in the device is looked up.

Example

string id = Backend.BMember.GetGuestID();
Debug.Log("ID stored in the local device :" + id);