TermsAndConditionsUIParams.Builder

class statis public TermsAndConditionsUIParams.Builder memperluas Object

Builder yang membantu mengonfigurasi instance TermsAndConditionsUIParams.

Ringkasan Metode Publik

TermsAndConditionsUIParams
build()
Mem-build objek TermsAndConditionsUIParams dari status yang terakumulasi dalam Builder ini.
TermsAndConditionsUIParams.Builder
setAcceptButtonTextColor(int acceptButtonTextColor)
Menetapkan warna teks tombol Terima.
TermsAndConditionsUIParams.Builder
setBackgroundColor(int backgroundColor)
Menetapkan warna latar belakang kotak dialog.
TermsAndConditionsUIParams.Builder
setButtonsTextSize(int buttonTextSize)
Menyetel ukuran teks tombol Terima dan Batal.
TermsAndConditionsUIParams.Builder
setButtonsTypeface(Typeface buttonTypeface)
Menetapkan jenis huruf tombol Terima dan Batal.
TermsAndConditionsUIParams.Builder
setCancelButtonTextColor(int cancelButtonTextColor)
Menetapkan warna teks tombol Batal.
TermsAndConditionsUIParams.Builder
setMainTextColor(int mainTextColor)
Menetapkan warna teks Pernyataan penyangkalan Kesadaran Pengemudi dan Persyaratan.
TermsAndConditionsUIParams.Builder
setMainTextTextSize(int mainTextSize)
Menetapkan ukuran teks Persyaratan dan pernyataan penyangkalan Kesadaran Pengemudi.
TermsAndConditionsUIParams.Builder
setMainTextTypeface(Typeface mainTextTypeface)
Menetapkan jenis huruf untuk Persyaratan dan pernyataan penyangkalan Awareness Pengemudi.
TermsAndConditionsUIParams.Builder
setTitleColor(int titleColor)
Menetapkan warna teks judul.
TermsAndConditionsUIParams.Builder
setTitleTextSize(int titleTextSize)
Menetapkan ukuran teks judul.
TermsAndConditionsUIParams.Builder
setTitleTypeface(Typeface titleTypeface)
Menetapkan jenis huruf teks judul.

Ringkasan Metode Turunan

Metode Publik

public TermsAndConditionsUIParams build ()

Mem-build objek TermsAndConditionsUIParams dari status yang terakumulasi dalam Builder ini.

public TermsAndConditionsUIParams.Builder setAcceptButtonTextColor (int acceptButtonTextColor)

Menetapkan warna teks tombol Terima. Warna latar belakang tombol transparan.

Parameter
acceptButtonTextColor

public TermsAndConditionsUIParams.Builder setBackgroundColor (int backgroundColor)

Menetapkan warna latar belakang kotak dialog.

Parameter
backgroundColor

public TermsAndConditionsUIParams.Builder setButtonsTextSize (int buttonTextSize)

Menyetel ukuran teks tombol Terima dan Batal.

Parameter
buttonsTextSize

public TermsAndConditionsUIParams.Builder setButtonsTypeface (Typeface buttonTypeface)

Menetapkan jenis huruf tombol Terima dan Batal.

Parameter
buttonsTypeface

public TermsAndConditionsUIParams.Builder setCancelButtonTextColor (int cancelButtonTextColor)

Menetapkan warna teks tombol Batal. Warna latar belakang tombol transparan.

Parameter
cancelButtonTextColor

public TermsAndConditionsUIParams.Builder setMainTextColor (int mainTextColor)

Menetapkan warna teks Pernyataan penyangkalan Kesadaran Pengemudi dan Persyaratan.

Parameter
mainTextColor

public TermsAndConditionsUIParams.Builder setMainTextTextSize (int mainTextTextSize)

Menetapkan ukuran teks Persyaratan dan pernyataan penyangkalan Kesadaran Pengemudi.

Parameter
mainTextTextSize

public TermsAndConditionsUIParams.Builder setMainTextTypeface (Typeface mainTextTypeface)

Menetapkan jenis huruf untuk Persyaratan dan pernyataan penyangkalan Awareness Pengemudi.

Parameter
mainTextTypeface

public TermsAndConditionsUIParams.Builder setTitleColor (int titleColor)

Menetapkan warna teks judul.

Parameter
titleColor

public TermsAndConditionsUIParams.Builder setTitleTextSize (int titleTextSize)

Menetapkan ukuran teks judul.

Parameter
titleTextSize

publik TermsAndConditionsUIParams.Builder setTitleTypeface (Typeface titleTypeface)

Menetapkan jenis huruf teks judul.

Parameter
titleTypeface