AdSelectionתוצאה.Builder
public
static
final
class
AdSelectionOutcome.Builder
extends Object
java.lang.Object | |
↳ | android.adservices.adselection.AdSelectionתוצאה.Builder |
Builder ל-AdSelectionOutcome
אובייקטים.
סיכום
בנאים ציבוריים | |
---|---|
Builder()
|
שיטות ציבוריות | |
---|---|
AdSelectionOutcome
|
build()
יוצר מכונה |
AdSelectionOutcome.Builder
|
setAdSelectionId(long adSelectionId)
מגדיר את mAdSelectionId. |
AdSelectionOutcome.Builder
|
setRenderUri(Uri renderUri)
מגדיר את הרינדור. |
שיטות שעברו בירושה | |
---|---|
בנאים ציבוריים
שיטות ציבוריות
לפתח
public AdSelectionOutcome build ()
יוצר מכונה AdSelectionOutcome
.
החזרות | |
---|---|
AdSelectionOutcome |
הערך הזה לא יכול להיות null . |
קליעות | |
---|---|
IllegalArgumentException |
אם הפרמטר adSelectionIid לא מוגדר |
NullPointerException |
אם הרינדור הוא null |
setAdSelectionId
public AdSelectionOutcome.Builder setAdSelectionId (long adSelectionId)
מגדיר את mAdSelectionId.
פרמטרים | |
---|---|
adSelectionId |
long |
החזרות | |
---|---|
AdSelectionOutcome.Builder |
הערך הזה לא יכול להיות null . |
setRenderUri
public AdSelectionOutcome.Builder setRenderUri (Uri renderUri)
מגדיר את הרינדור.
פרמטרים | |
---|---|
renderUri |
Uri : הערך הזה לא יכול להיות null . |
החזרות | |
---|---|
AdSelectionOutcome.Builder |
הערך הזה לא יכול להיות null . |