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
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]

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

- (UIColor*) cancelButtonTextColor [read, assign]

非推奨です。

ダイアログから [キャンセル] ボタンを削除しました。

キャンセル ボタンのテキストの色。ボタンの背景色は透明です。

注:
これは非推奨となりました。ダイアログから [キャンセル] ボタンを削除しました。
-(UIColor*)acceptButtonTextColor [read, assign]

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

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