Contacts
public actor Contacts
Provides access to contact bundles.
-
Undocumented
Declaration
Swift
public var consentList: ConsentList
-
refreshConsentList()
AsynchronousUndocumented
Declaration
Swift
public func refreshConsentList() async throws -> ConsentList
-
Undocumented
Declaration
Swift
public func isAllowed(_ address: String) -> Bool
-
Undocumented
Declaration
Swift
public func isDenied(_ address: String) -> Bool
-
allow(addresses:
Asynchronous) Undocumented
Declaration
Swift
public func allow(addresses: [String]) async throws
-
deny(addresses:
Asynchronous) Undocumented
Declaration
Swift
public func deny(addresses: [String]) async throws