getDemographicId(): Difference between revisions
From Engineering Client Portal
NickParrucci (talk | contribs) (Created page with "{{Breadcrumb|}} {{Breadcrumb|Digital}} {{Breadcrumb|Android SDK API Reference}} {{CurrentBreadcrumb}} Category:Digital <br> Category:Android SDK API Reference This API...") |
(No difference)
|
Revision as of 21:54, 27 February 2023
This API gets the current Demographic ID of the device.
Warning: calling getDemographicId() in main thread may cause deadlock, be sure to call in a background thread.
Syntax
public String getDemographicId()
Input Parameters
Parameter | Description |
---|---|
None |
Output Parameters
Output Parameters (Return value) | Description |
---|---|
String | Returns Demographic ID of the device. |