ExternalUID

class ExternalUID(val uid: String, val isStable: Boolean? = null)

If your app has means to identify a user, for example through association with an user account or an advertising ID, you can share this with the ad server.

Parameters

uid

An external ID to pass to the ad server.

isStable

Set to false if the external ID is not stable, for example if it is an advertising ID that can change.

See also

Constructors

Link copied to clipboard
constructor(uid: String, isStable: Boolean? = null)

Properties

Link copied to clipboard
val isStable: Boolean? = null
Link copied to clipboard
val uid: String