GMSNavigationTermsDialogUIParams クラス リファレンス

GMSNavigationTermsDialogUIParams クラス リファレンス

概要

ダイアログの外観を記述するパラメータ。

パブリック メンバー関数

(instancetype)- initWithBackgroundColor:titleFont:titleColor:mainTextFont:mainTextColor:buttonsFont:cancelButtonTextColor:acceptButtonTextColor:
 GMSNavigationTermsDialogUIParams オブジェクトを作成します。

プロパティ

UIColor * backgroundColor
 ダイアログ ボックスの背景に使用される色。
UIFont * titleFont
 タイトルのテキストに使用されるフォント。
UIColor * titleColor
 タイトルのテキストの色。
UIFont * mainTextFont
 利用規約およびドライバーの意識向上に関する免責条項のテキストに使用されるフォント。
UIColor * mainTextColor
 利用規約とドライバーの意識向上に関する免責条項に使用されるテキストの色。
UIFont * buttonsFont
 [Cancel] ボタンと [Accept] ボタンのテキストに使用されるフォント。
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
buttonsFont: (null 許容の UIFont *) buttonsFont
cancelButtonTextColor: (nullable UIColor *)  cancelButtonTextColor
sensitiveButtonTextColor: (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]

[Cancel] ボタンと [Accept] ボタンのテキストに使用されるフォント。

-(UIColor*)cancelButtonTextColor [read, assign]

キャンセル ボタンのテキストの色。

ボタンの背景色は透明です。

-(UIColor*)acceptButtonTextColor [read, assign]

[承認] ボタンのテキストの色。

ボタンの背景色は透明です。