init(localizedTermsAndConditionsText:privacyPolicyURL:termsAndConditionsURL:)
Initializes the terms and conditions object with the specified information.
Declaration
init(localizedTermsAndConditionsText: String, privacyPolicyURL: URL?, termsAndConditionsURL: URL?)Parameters
- localizedTermsAndConditionsText:
A localized, user-readable string that summarizes the terms and conditions of your company’s services.
- privacyPolicyURL:
A URL that links to a more detailed web page describing your company’s privacy policy.
- termsAndConditionsURL:
A URL that links to a more detailed web page explaining your company’s terms and conditions.
Return Value
An initialized terms and conditions object or nil if the object could not be created.