MoEngageInitResult
@objc(MoEngageInitResult)
public final class MoEngageInitResult : NSObject, @unchecked Sendable
Success payload for MoEngageInitializeSDKTask.
Echoes which configuration source produced the initialised SDK — .code when
the caller passed a MoEngageSDKConfig programmatically, .file when the SDK
loaded the configuration from Info.plist (the initializeDefaultInstance(...)
overloads).
-
How the SDK configuration was provided.
Declaration
Swift
@objc public let configSource: MoEngageSDKConfig.Source