SwiftPrivacyOn this pagePrivacy Represents the different privacy levels of assets. Declaration enum Privacy Topics Enumeration Cases case PRIVATE Private asset, not accessible to the public. case PUBLIC Publicly accessible asset. case RESTRICTED Asset with restricted access, requiring specific permissions. Initializers init?(rawValue: String) Default Implementations Equatable Implementations RawRepresentable Implementations