Skip to content

CLASS

GASmartAccessReaderSDK

public class GASmartAccessReaderSDK: NSObject, ObservableObject

Entry point of the SDK

Properties

SDKVersion

public static let SDKVersion =
    Bundle(for: GASmartAccessReaderSDK.self).object(
        forInfoDictionaryKey: "CFBundleShortVersionString") as! String

SDKBuildNumber

public static let SDKBuildNumber =
    Bundle(for: GASmartAccessReaderSDK.self).object(
        forInfoDictionaryKey: "CFBundleVersion") as! String

delegate

public weak var delegate: GASmartAccessReaderSDKDelegate?

Methods

init(delegate:logLevel:userID:applicationId:iControlUrl:)

public init(
    delegate: GASmartAccessReaderSDKDelegate, logLevel: LogLevel = LogLevel.error,
    userID: String,
    applicationId: String, iControlUrl: String
)