Builder
class Builder
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
fun build(): GetTopicsRequest
Builds a GetTopicsRequest
instance.
Return | |
---|---|
GetTopicsRequest |
This value cannot be null . |
setAdsSdkName
fun setAdsSdkName(adsSdkName: String): GetTopicsRequest.Builder
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
fun setShouldRecordObservation(recordObservation: Boolean): GetTopicsRequest.Builder
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 . |