Back
GetUser
GetUser returns the email address for the primary account of the device.
app.GetUser() ->
string
Example - Example
function OnStart()
{
user = app.GetUser();
app.ShowPopup( user );
}
Copy
Copy All
Run