SlycePrivacyPolicy Class Reference

Inherits from NSObject
Declared in SlycePrivacyPolicy.h

  policyDescription

A string representing the description of the privacy policy.

@property (nonatomic, copy, readonly) NSString *policyDescription

Declared In

SlycePrivacyPolicy.h

  title

A string representing the title of the privacy policy.

@property (nonatomic, copy, readonly) NSString *title

Declared In

SlycePrivacyPolicy.h

  consents

An array of SlycePrivacyPolicyConsent objects.

@property (nonatomic, strong, readonly) NSArray<SlycePrivacyPolicyConsent*> *consents

Declared In

SlycePrivacyPolicy.h

  links

An array of SlycePrivacyPolicyLinkObjects.

@property (nonatomic, strong, readonly) NSArray<SlycePrivacyPolicyLink*> *links

Declared In

SlycePrivacyPolicy.h