TermsAndConditionsUIParams.Builder

공개 정적 클래스 TermsAndConditionsUIParams.Builder 객체 확장

TermsAndConditionsUIParams의 인스턴스를 구성하는 데 도움이 되는 빌더입니다.

공개 메서드 요약

TermsAndConditionsUIParams
build()
Builder에 누적된 상태에서 TermsAndConditionsUIParams 객체를 빌드합니다.
TermsAndConditionsUIParams.Builder
setAcceptButtonTextColor(int allowButtonTextColor)
수락 버튼의 텍스트 색상을 설정합니다.
TermsAndConditionsUIParams.Builder
setBackgroundColor(int backgroundColor)
대화상자의 배경색을 설정합니다.
TermsAndConditionsUIParams.Builder
setButtonsTextSize(int buttonsTextSize)
수락 및 취소 버튼의 텍스트 크기를 설정합니다.
TermsAndConditionsUIParams.Builder
setButtonsTypeface(글꼴 버튼 유형 얼굴)
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(서체 titleTypeface)
제목 텍스트의 서체를 설정합니다.

상속받은 메서드 요약

공개 메서드

공개 TermsAndConditionsUIParams 빌드 ()

Builder에 누적된 상태에서 TermsAndConditionsUIParams 객체를 빌드합니다.

공개 TermsAndConditionsUIParams.Builder setAcceptButtonTextColor (int allowButtonTextColor)

수락 버튼의 텍스트 색상을 설정합니다. 버튼의 배경색은 투명합니다.

매개변수
acceptButtonTextColor

공개 TermsAndConditionsUIParams.Builder setBackgroundColor (int backgroundColor)

대화상자의 배경색을 설정합니다.

매개변수
backgroundColor

공개 TermsAndConditionsUIParams.Builder setButtonsTextSize (intbuttonTextSize)

수락 및 취소 버튼의 텍스트 크기를 설정합니다.

매개변수
buttonsTextSize

공개 TermsAndConditionsUIParams.Builder setButtonsTypeface (Typeface buttonTypeface)

Accept 및 Cancel 버튼의 서체를 설정합니다.

매개변수
buttonsTypeface

공개 TermsAndConditionsUIParams.Builder setCancelButtonTextColor (int cancelButtonTextColor)

취소 버튼의 텍스트 색상을 설정합니다. 버튼의 배경색은 투명합니다.

매개변수
cancelButtonTextColor

공개 TermsAndConditionsUIParams.Builder setMainTextColor (int mainTextColor)

약관 및 운전자 인식 면책조항의 텍스트 색상을 설정합니다.

매개변수
mainTextColor

공개 TermsAndConditionsUIParams.Builder setMainTextTextSize (int mainTextTextSize)

약관 및 운전자 인식 면책조항의 텍스트 크기를 설정합니다.

매개변수
mainTextTextSize

공개 TermsAndConditionsUIParams.Builder setMainTextTypeface (Typeface mainTextTypeface)

약관 및 운전자 인식 면책조항의 글꼴을 설정합니다.

매개변수
mainTextTypeface

공개 TermsAndConditionsUIParams.Builder setTitleColor (int titleColor)

제목 텍스트의 색상을 설정합니다.

매개변수
titleColor

공개 TermsAndConditionsUIParams.Builder setTitleTextSize (int titleTextSize)

제목 텍스트의 크기를 설정합니다.

매개변수
titleTextSize

공개 TermsAndConditionsUIParams.Builder setTitleTypeface (Typeface titleTypeface)

제목 텍스트의 서체를 설정합니다.

매개변수
titleTypeface