TermsAndConditionsUIParams.Builder

public static class TermsAndConditionsUIParams.Builder extensions オブジェクト

TermsAndConditionsUIParams のインスタンスを構成するために役立つビルダー。

パブリック メソッドの概要

TermsAndConditionsUIParams
build()
この Builder に蓄積された状態から TermsAndConditionsUIParams オブジェクトを作成します。
TermsAndConditionsUIParams.Builder
setAcceptButtonTextColor(intacceptButtonTextColor)
[承認] ボタンのテキストの色を設定します。
TermsAndConditionsUIParams.Builder
setBackgroundColor(int backgroundColor)
ダイアログ ボックスの背景色を設定します。
TermsAndConditionsUIParams.Builder
setButtonsTextSize(int buttonTextSize)
[承認] ボタンと [キャンセル] ボタンのテキストサイズを設定します。
TermsAndConditionsUIParams.Builder
setButtonsTypeface(Typeface buttonTypeface)
[Accept] ボタンと [Cancel] ボタンの書体を設定します。
TermsAndConditionsUIParams.Builder
setCancelButtonTextColor(int cancelButtonTextColor)
[キャンセル] ボタンのテキストの色を設定します。
TermsAndConditionsUIParams.Builder
setMainTextColor(int mainTextColor)
利用規約とドライバーの認知度に関する免責条項のテキストの色を設定します。
TermsAndConditionsUIParams.Builder
setMainTextTextSize(int mainTextTextSize)
利用規約とドライバーの認知度に関する免責条項のテキストサイズを設定します。
TermsAndConditionsUIParams.Builder
setMainTextTypeface(Typeface mainTextTypeface)
規約とドライバーの認知度に関する免責条項の書体を設定します。
TermsAndConditionsUIParams.Builder
setTitleColor(int titleColor)
タイトルのテキストの色を設定します。
TermsAndConditionsUIParams.Builder
setTitleTextSize(int titleTextSize)
タイトルのテキストのサイズを設定します。
TermsAndConditionsUIParams.Builder
setTitleTypeface(Typeface titleTypeface)
タイトル テキストの書体を設定します。

継承されたメソッドの概要

パブリック メソッド

public TermsAndConditionsUIParams ビルド ()

この Builder に蓄積された状態から TermsAndConditionsUIParams オブジェクトを作成します。

public TermsAndConditionsUIParams.Builder setAcceptButtonTextColor (int acceptButtonTextColor)

[承認] ボタンのテキストの色を設定します。ボタンの背景色は透明です。

パラメータ
acceptButtonTextColor

public TermsAndConditionsUIParams.Builder setBackgroundColor (int backgroundColor)

ダイアログ ボックスの背景色を設定します。

パラメータ
backgroundColor

public TermsAndConditionsUIParams.Builder setButtonsTextSize (int buttonTextSize)

[承認] ボタンと [キャンセル] ボタンのテキストサイズを設定します。

パラメータ
buttonsTextSize

public TermsAndConditionsUIParams.Builder setButtonsTypeface (Typeface buttonTypeface)

[Accept] ボタンと [Cancel] ボタンの書体を設定します。

パラメータ
buttonsTypeface

public TermsAndConditionsUIParams.Builder setCancelButtonTextColor (int cancelButtonTextColor)

[キャンセル] ボタンのテキストの色を設定します。ボタンの背景色は透明です。

パラメータ
cancelButtonTextColor

public TermsAndConditionsUIParams.Builder setMainTextColor (int mainTextColor)

利用規約とドライバーの認知度に関する免責条項のテキストの色を設定します。

パラメータ
mainTextColor

public TermsAndConditionsUIParams.Builder setMainTextTextSize (int mainTextTextSize)

利用規約とドライバーの認知度に関する免責条項のテキストサイズを設定します。

パラメータ
mainTextTextSize

public TermsAndConditionsUIParams.Builder setMainTextTypeface (Typeface mainTextTypeface)

規約とドライバーの認知度に関する免責条項の書体を設定します。

パラメータ
mainTextTypeface

public TermsAndConditionsUIParams.Builder setTitleColor (int titleColor)

タイトルのテキストの色を設定します。

パラメータ
titleColor

public TermsAndConditionsUIParams.Builder setTitleTextSize (int titleTextSize)

タイトルのテキストのサイズを設定します。

パラメータ
titleTextSize

public TermsAndConditionsUIParams.Builder setTitleTypeface (Typeface titleTypeface)

タイトル テキストの書体を設定します。

パラメータ
titleTypeface