MeDataValueCollector
MeDataValueCollector
API
public protocol MeDataValueCollector {
associatedtype T
var name: String { get }
var requiredPermissions: [String]? { get }
var permissionType: DSSDK.PermissionType? { get }
func collectData(meDataName: String?) async throws -> DSSDK.MeDataValueResponse
func isPermissionsGranted() -> Bool
}
Public Functions
No public functions found.