InitializationResponse
public struct InitializationResponse
Represents the response from an initialization process containing the selected analytics provider and result.
-
Undocumented
Declaration
Swift
public let analyticProvider: AnalyticProvider -
Undocumented
Declaration
Swift
public let result: Result<Bool, Error>