DeletionRequest
open classDeletionRequest
| kotlin.Any | |
| ↳ | android.adservices.measurement.DeletionRequest |
Deletion Request.
Summary
| Nested classes | |
|---|---|
|
Builder for |
|
| Constants | |
|---|---|
| static Int |
Deletion mode to delete all data associated with the selected records. |
| static Int |
Deletion mode to delete all data except the internal data (e.g. rate limits) for the selected records. |
| static Int |
Match behavior option to delete the supplied params (Origin/Domains). |
| static Int |
Match behavior option to preserve the supplied params (Origin/Domains) and delete everything else. |
| Public methods | |
|---|---|
| open Int |
Get the deletion mode. |
| open MutableList<Uri!> |
Get the list of domain URIs. |
| open Instant |
getEnd()Get the end of the deletion range. |
| open Int |
Get the match behavior. |
| open MutableList<Uri!> |
Get the list of origin URIs. |
| open Instant |
getStart()Get the start of the deletion range. |
Constants
DELETION_MODE_ALL
static valDELETION_MODE_ALL: Int
Deprecated: Deprecated in Java.
Deletion mode to delete all data associated with the selected records.
Value: 0DELETION_MODE_EXCLUDE_INTERNAL_DATA
static valDELETION_MODE_EXCLUDE_INTERNAL_DATA: Int
Deprecated: Deprecated in Java.
Deletion mode to delete all data except the internal data (e.g. rate limits) for the selected records.
Value: 1MATCH_BEHAVIOR_DELETE
static valMATCH_BEHAVIOR_DELETE: Int
Deprecated: Deprecated in Java.
Match behavior option to delete the supplied params (Origin/Domains).
Value: 0MATCH_BEHAVIOR_PRESERVE
static valMATCH_BEHAVIOR_PRESERVE: Int
Deprecated: Deprecated in Java.
Match behavior option to preserve the supplied params (Origin/Domains) and delete everything else.
Value: 1Public methods
getDeletionMode
open fungetDeletionMode(): Int
Deprecated: Deprecated in Java.
Get the deletion mode.
| Return | |
|---|---|
Int |
Value is one of the following: |
getDomainUris
open fungetDomainUris(): MutableList<Uri!>
Deprecated: Deprecated in Java.
Get the list of domain URIs.
| Return | |
|---|---|
MutableList<Uri!> |
This value cannot be null. |
getEnd
open fungetEnd(): Instant
Deprecated: Deprecated in Java.
Get the end of the deletion range.
| Return | |
|---|---|
Instant |
This value cannot be null. |
getMatchBehavior
open fungetMatchBehavior(): Int
Deprecated: Deprecated in Java.
Get the match behavior.
| Return | |
|---|---|
Int |
Value is one of the following: |
getOriginUris
open fungetOriginUris(): MutableList<Uri!>
Deprecated: Deprecated in Java.
Get the list of origin URIs.
| Return | |
|---|---|
MutableList<Uri!> |
This value cannot be null. |
getStart
open fungetStart(): Instant
Deprecated: Deprecated in Java.
Get the start of the deletion range.
| Return | |
|---|---|
Instant |
This value cannot be null. |