getDemographicId(): Difference between revisions

From Engineering Client Portal

(Created page with "{{Breadcrumb|}} {{Breadcrumb|Digital}} {{Breadcrumb|Android SDK API Reference}} {{CurrentBreadcrumb}} Category:Digital <br> Category:Android SDK API Reference This API...")
 
(v10.0.0.0 Changes)
Line 1: Line 1:
{{Breadcrumb|}} {{Breadcrumb|Digital}} {{Breadcrumb|Android SDK API Reference}} {{CurrentBreadcrumb}}
{{Breadcrumb|}} {{Breadcrumb|Digital}} {{Breadcrumb|Android SDK API Reference}} {{CurrentBreadcrumb}}
<br>
This API gets the current UAID for SDK v10.0.0.0+. Previous versions, it gets Demographic ID of the device.
[[Category:Digital]]
[[Category:Digital]]
<br>
[[Category:Android SDK API Reference]]
[[Category:Android SDK API Reference]]
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.
'''Warning:''' calling getDemographicId() in main thread may cause deadlock, be sure to call in a background thread.



Revision as of 15:28, 3 April 2025

Engineering Portal / Digital / Android SDK API Reference / getDemographicId()


This API gets the current UAID for SDK v10.0.0.0+. Previous versions, it gets 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.