AdvertisingIdInfo

@AutoValue
@AutoValue.CopyAnnotations
abstract class AdvertisingIdInfo


Advertising ID Information. Includes both the Advertising ID and the limit ad tracking setting.

Summary

Public functions

abstract String

Retrieves the Advertising ID.

abstract String

Retrieves the Advertising ID provider package name.

abstract Boolean

Retrieves whether the user has set Limit Advertising Tracking.

Public functions

getId

abstract fun getId(): String

Retrieves the Advertising ID.

getProviderPackageName

abstract fun getProviderPackageName(): String

Retrieves the Advertising ID provider package name.

isLimitAdTrackingEnabled

abstract fun isLimitAdTrackingEnabled(): Boolean

Retrieves whether the user has set Limit Advertising Tracking.