AdServicesPermissions

open class AdServicesPermissions
kotlin.Any
   ↳ android.adservices.common.AdServicesPermissions

Permissions used by the AdServices APIs.

Summary

Constants
static String

This permission needs to be declared by the caller of Advertising ID APIs.

static String

This permission needs to be declared by the caller of Attribution APIs.

static String

This permission needs to be declared by the caller of Custom Audiences APIs.

static String

This permission needs to be declared by the caller of Topics APIs.

Constants

ACCESS_ADSERVICES_AD_ID

static val ACCESS_ADSERVICES_AD_ID: String

This permission needs to be declared by the caller of Advertising ID APIs.

Value: "android.permission.ACCESS_ADSERVICES_AD_ID"

ACCESS_ADSERVICES_ATTRIBUTION

static val ACCESS_ADSERVICES_ATTRIBUTION: String

This permission needs to be declared by the caller of Attribution APIs.

Value: "android.permission.ACCESS_ADSERVICES_ATTRIBUTION"

ACCESS_ADSERVICES_CUSTOM_AUDIENCE

static val ACCESS_ADSERVICES_CUSTOM_AUDIENCE: String

This permission needs to be declared by the caller of Custom Audiences APIs.

Value: "android.permission.ACCESS_ADSERVICES_CUSTOM_AUDIENCE"

ACCESS_ADSERVICES_TOPICS

static val ACCESS_ADSERVICES_TOPICS: String

This permission needs to be declared by the caller of Topics APIs.

Value: "android.permission.ACCESS_ADSERVICES_TOPICS"