VarioqubIdentifiers

public struct VarioqubIdentifiers

The struct that represents identifiers for Varioqub.

  • The property for the device identifier.

    Declaration

    Swift

    public var deviceId: String
  • The property for the user identifier.

    Declaration

    Swift

    public var userId: String
  • Initializes with the device and user identifiers.

    Declaration

    Swift

    public init(deviceId: String, userId: String)
  • Returns if identifiers are empty.

    Declaration

    Swift

    @available(*, deprecated, renamed: "isEmpty", message: "use isEmpty as more suitable name")
    public var isValid: Bool { get }
  • Returns if identifiers are a non-empty string.

    Declaration

    Swift

    public var isEmpty: Bool { get }
  • Undocumented

    Declaration

    Swift

    public static let empty: VarioqubIdentifiers