Skip to main content

1E 8.1 (on-premises)

Mobile.GetEmailAddress

Method

GetEmailAddress

Module

Mobile

Library

Core

Action

Get the email address registered on this device. For Android this returns the Google account and will only work if Google Services are installed on the Android device.

Parameters

(None)

Return values

EmailAddress (string): The email address registered on this device.

Example

 Mobile.GetEmailAddress();

Platforms

  • Android

Notes