Package org.prebid.mobile
Class ExternalUserId
java.lang.Object
org.prebid.mobile.ExternalUserId
User id object from an external third-party source for additional targeting.
OpenRTB extended identifiers.
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.ExternalUserId
(String source, List<ExternalUserId.UniqueId> uniqueIds) Default constructor. -
Method Summary
Modifier and TypeMethodDescriptiongetAtype()
Deprecated.getExt()
Deprecated.org.json.JSONObject
getJson()
void
Deprecated.void
void
setIdentifier
(String identifier) Deprecated.
-
Constructor Details
-
Method Details
-
getSource
-
getUniqueIds
-
getExt
-
setExt
-
getIdentifier
Deprecated. -
setIdentifier
Deprecated. -
getAtype
Deprecated. -
setAtype
Deprecated. -
getJson
public org.json.JSONObject getJson()
-
ExternalUserId(String, List)