MoEngageSDKInstance
extension MoEngageSDKInstance
-
The underlying serial dispatch queue for this SDK instance.
Note
UseMoEngageSDKInstanceactor isolation instead.Declaration
Swift
@available(*, deprecated, message: "Use MoEngageSDKInstance actor isolation instead.") @objc public nonisolated var sdkQueue: DispatchQueue { get } -
The SDK configuration for this instance as an ObjC-compatible
MoEngageSDKConfig.Note
Use theconfigproperty instead, which provides the same value as a strongly-typedMoEngageConfig/Datawith full actor isolation.Declaration
Swift
@available(*, deprecated, renamed: "config", message: "Use the `config` property instead.") @objc public nonisolated var sdkConfig: MoEngageSDKConfig { get } -
Returns the current remote configuration for this SDK instance.
Note
Use theremoteConfigproperty instead, which provides the same value with direct actor-isolated access.Declaration
Swift
@available(*, deprecated, renamed: "remoteConfig", message: "Use the `remoteConfig` property instead.") public nonisolated func getRemoteConfig() -> MoEngageRemoteConfiguration