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 Protected Signals 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 Protected Signals 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_AD_SELECTION
static val ACCESS_ADSERVICES_AD_SELECTION: String
This permission needs to be declared by the caller of Protected Signals APIs.
Value: "android.permission.ACCESS_ADSERVICES_AD_SELECTION"
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_PROTECTED_SIGNALS
static val ACCESS_ADSERVICES_PROTECTED_SIGNALS: String
This permission needs to be declared by the caller of Protected Signals APIs.
Value: "android.permission.ACCESS_ADSERVICES_PROTECTED_SIGNALS"
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"