DownloadCompletatoOutput.Builder

public static final class DownloadCompletedOutput.Builder
extends Object

java.lang.Object
🎞 android.adservices.ondevicepersonalization.DownloadCompletatoOutput.Builder


Un builder per DownloadCompletedOutput

Riepilogo

Costruttori pubblici

Builder()

Metodi pubblici

DownloadCompletedOutput.Builder addRetainedKey(String value)
DownloadCompletedOutput build()

Crea l'istanza.

DownloadCompletedOutput.Builder setRetainedKeys(List<String> value)

Le chiavi da conservare nella tabella REMOTE_DATA.

Metodi ereditati

Costruttori pubblici

Metodi pubblici

Chiave aggiunta

public DownloadCompletedOutput.Builder addRetainedKey (String value)

Parametri
value String: questo valore non può essere null.

Ritorni
DownloadCompletedOutput.Builder Questo valore non può essere null.

Vedi anche:

crea

public DownloadCompletedOutput build ()

Crea l'istanza. Non devi intervenire su questo builder dopo averlo chiamato!

Ritorni
DownloadCompletedOutput Questo valore non può essere null.

setRetainedKeys

public DownloadCompletedOutput.Builder setRetainedKeys (List<String> value)

Le chiavi da conservare nella tabella REMOTE_DATA. Le chiavi esistenti che non sono presenti in questo elenco vengono rimossi dalla tabella.

Parametri
value List: questo valore non può essere null.

Ritorni
DownloadCompletedOutput.Builder Questo valore non può essere null.