GMSNavigationTermsDialogUIParams-Klassenreferenz

GMSNavigationTermsDialogUIParams-Klassenreferenz

Überblick

Parameter, die das Design des Dialogfelds beschreiben.

Öffentliche Mitgliederfunktionen

(Instanztyp)- initWithBackgroundColor:titleFont:titleColor:mainTextFont:mainTextColor:buttonsFont:cancelButtonTextColor:acceptButtonTextColor:.
 Erstellt ein GMSNavigationTermsDialogUIParams-Objekt.

Attribute

UIColor * backgroundColor
 Für den Hintergrund des Dialogfelds verwendete Farbe.
UIFont * titleFont
 Schriftart für Text des Titels
UIColor * titleColor
 Farbe des Textes im Titel.
UIFont * mainTextFont
 Schriftart für den Text der Nutzungsbedingungen und den Haftungsausschluss zur Kenntnisnahme des Fahrers.
UIColor * mainTextColor
 Farbe des Textes, der für die Nutzungsbedingungen und den Haftungsausschluss zur Kenntnisnahme des Fahrers verwendet wird.
UIFont * buttonsFont
 Für Text auf den Schaltflächen Abbrechen und Akzeptieren verwendete Schriftart.
UIColor * cancelButtonTextColor
 Textfarbe der Schaltfläche „Abbrechen“.
UIColor * acceptButtonTextColor
 Textfarbe der Schaltfläche „Annehmen“

Dokumentation zu Mitgliederfunktionen

- (instancetype) initWithBackgroundColor: (nullable UIColor *)  backgroundColor
titleFont: (UIFont * als Nullwert zulässig) titleFont
titleColor: (nullable UIColor *)  titleColor
mainTextFont: (UIFont * als Nullwert zulässig) mainTextFont
MainTextColor: (nullable UIColor *)  mainTextColor
buttonFont: (UIFont * als Nullwert zulässig) buttonsFont
cancelButtonTextColor: (nullable UIColor *)  cancelButtonTextColor
AcceptButtonTextColor: (nullable UIColor *)  acceptButtonTextColor

Erstellt ein GMSNavigationTermsDialogUIParams-Objekt.

Informationen zur Bedeutung der Parameter finden Sie in den Eigenschaftsbemerkungen.


Property-Dokumentation

- (UIColor*) backgroundColor [read, assign]

Für den Hintergrund des Dialogfelds verwendete Farbe.

– (UIFont*) titleFont [read, assign]

Schriftart für Text des Titels

– (UIColor*) titleColor [read, assign]

Farbe des Textes im Titel.

– (UIFont*) mainTextFont [read, assign]

Schriftart für den Text der Nutzungsbedingungen und den Haftungsausschluss zur Kenntnisnahme des Fahrers.

- (UIColor*) mainTextColor [read, assign]

Farbe des Textes, der für die Nutzungsbedingungen und den Haftungsausschluss zur Kenntnisnahme des Fahrers verwendet wird.

– (UIFont*) buttonsFont [read, assign]

Für Text auf den Schaltflächen Abbrechen und Akzeptieren verwendete Schriftart.

- (UIColor*) cancelButtonTextColor [read, assign]

Textfarbe der Schaltfläche „Abbrechen“.

Die Hintergrundfarbe der Schaltfläche ist transparent.

- (UIColor*) acceptButtonTextColor [read, assign]

Textfarbe der Schaltfläche „Annehmen“

Die Hintergrundfarbe der Schaltfläche ist transparent.