GMSNavigationTermsDialogUIParams 클래스 참조

GMSNavigationTermsDialogUIParams 클래스 참조

개요

대화상자의 디자인과 분위기를 설명하는 매개변수입니다.

공개 멤버 함수

(인스턴스 유형)- initWithBackgroundColor:titleFont:titleColor:mainTextFont:mainTextColor:buttonsFont:cancelButtonTextColor:acceptButtonTextColor:
 GMSNavigationTermsDialogUIParams 객체를 구성합니다.

속성

UIColor * backgroundColor
 대화상자의 배경에 사용되는 색상입니다.
UIFont * titleFont
 제목의 텍스트에 사용되는 글꼴입니다.
UIColor * titleColor
 제목의 텍스트 색상입니다.
UIFont * mainTextFont
 약관 및 운전자 인식 면책 조항 텍스트에 사용되는 글꼴입니다.
UIColor * mainTextColor
 약관 및 운전자 인식 면책 조항에 사용된 텍스트의 색상입니다.
UIFont * buttonsFont
 취소 및 수락 버튼의 텍스트에 사용되는 글꼴
UIColor * cancelButtonTextColor
 취소 버튼의 텍스트 색상입니다.
UIColor * acceptButtonTextColor
 수락 버튼의 텍스트 색상입니다.

멤버 함수 문서

- (instancetype) initWithBackgroundColor: (nullable UIColor *)  backgroundColor
titleFont: (null 허용 UIFont *) titleFont
titleColor: (nullable UIColor *)  titleColor
mainTextFont: (null 허용 UIFont *) mainTextFont
mainTextColor에 추가되었습니다. (nullable UIColor *)  mainTextColor
buttonFont: (null 허용 UIFont *) buttonsFont
cancelButtonTextColor: (nullable UIColor *)  cancelButtonTextColor
allowButtonTextColor: (nullable UIColor *)  acceptButtonTextColor

GMSNavigationTermsDialogUIParams 객체를 구성합니다.

매개변수의 의미는 속성 주석을 참고하세요.


속성 문서

- (UIColor*) backgroundColor [read, assign]

대화상자의 배경에 사용되는 색상입니다.

- (UIFont*) titleFont [read, assign]

제목의 텍스트에 사용되는 글꼴입니다.

- (UIColor*) titleColor [read, assign])

제목의 텍스트 색상입니다.

- (UIFont*) mainTextFont [read, assign]

약관 및 운전자 인식 면책 조항 텍스트에 사용되는 글꼴입니다.

- (UIColor*) mainTextColor [read, assign]

약관 및 운전자 인식 면책 조항에 사용된 텍스트의 색상입니다.

- (UIFont*) buttonsFont [read, assign]

취소 및 수락 버튼의 텍스트에 사용되는 글꼴

- (UIColor*) cancelButtonTextColor [read, assign]

취소 버튼의 텍스트 색상입니다.

버튼의 배경색은 투명합니다.

- (UIColor*) acceptButtonTextColor [read, assign]

수락 버튼의 텍스트 색상입니다.

버튼의 배경색은 투명합니다.