Builder
classBuilder
| kotlin.Any | |
| ↳ | android.adservices.topics.GetTopicsRequest.Builder |
Builder for GetTopicsRequest objects.
Summary
| Public constructors | |
|---|---|
Builder()Creates a |
|
| Public methods | |
|---|---|
| GetTopicsRequest |
build()Builds a |
| GetTopicsRequest.Builder |
setAdsSdkName(adsSdkName: String)Set Ads Sdk Name. |
| GetTopicsRequest.Builder |
setShouldRecordObservation(recordObservation: Boolean)Set the Record Observation. |
Public constructors
Public methods
build
funbuild(): GetTopicsRequest
Deprecated: Deprecated in Java.
Builds a GetTopicsRequest instance.
| Return | |
|---|---|
GetTopicsRequest |
This value cannot be null. |
setAdsSdkName
funsetAdsSdkName(adsSdkName: String): GetTopicsRequest.Builder
Deprecated: Deprecated in Java.
Set Ads Sdk Name.
This must be called by SDKs running outside of the Sandbox. Other clients must not call it.
| Parameters | |
|---|---|
adsSdkName |
String: the Ads Sdk Name. This value cannot be null. |
| Return | |
|---|---|
GetTopicsRequest.Builder |
This value cannot be null. |
setShouldRecordObservation
funsetShouldRecordObservation(recordObservation: Boolean): GetTopicsRequest.Builder
Deprecated: Deprecated in Java.
Set the Record Observation.
| Parameters | |
|---|---|
recordObservation |
Boolean: whether to record that the caller has observed the topics of the host app or not. This will be used to determine if the caller can receive the topic in the next epoch. |
| Return | |
|---|---|
GetTopicsRequest.Builder |
This value cannot be null. |