UsherSDKKeychain

public class UsherSDKKeychain
  • Get the device UUID from the Keychain.

    Declaration

    Swift

    static func deviceUUID() -> UUID
  • Store the device UUID to the Keychain.

    Declaration

    Swift

    static func setDeviceUUID(_ uuid: UUID)