Builder


class Builder
kotlin.Any
   ↳ android.adservices.ondevicepersonalization.RenderingConfig.Builder

A builder for RenderingConfig

Summary

Public constructors

Public methods
RenderingConfig.Builder
addKey(value: String)

RenderingConfig

Builds the instance.

RenderingConfig.Builder

A List of keys in the REMOTE_DATA IsolatedService#getRemoteData(RequestToken) table that identify the content to be rendered.

Public constructors

Builder

Builder()

Public methods

addKey

fun addKey(value: String): RenderingConfig.Builder
Parameters
value String: This value cannot be null.
Return
RenderingConfig.Builder This value cannot be null.

See Also

build

fun build(): RenderingConfig

Builds the instance. This builder should not be touched after calling this!

Return
RenderingConfig This value cannot be null.

setKeys

fun setKeys(value: MutableList<String!>): RenderingConfig.Builder

A List of keys in the REMOTE_DATA IsolatedService#getRemoteData(RequestToken) table that identify the content to be rendered.

Parameters
value MutableList<String!>: This value cannot be null.
Return
RenderingConfig.Builder This value cannot be null.