VarioqubIdProvider
public protocol VarioqubIdProvider : VarioqubNameProvider
The protocol that provides methods for retrieving client identifiers.
-
The closure for receiving identifiers.
Declaration
Swift
typealias Completion = (Result<VarioqubIdentifiers, VarioqubProviderError>) -> () -
Retrieves the device and user identifiers.
Declaration
Swift
func fetchIdentifiers(completion: @escaping Completion)
Install in Dash
VarioqubIdProvider Protocol Reference