MoEngageSDKInstance

extension MoEngageSDKInstance
  • The underlying serial dispatch queue for this SDK instance.

    Note

    Use MoEngageSDKInstance actor 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 the config property instead, which provides the same value as a strongly-typed MoEngageConfig/Data with 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 the remoteConfig property 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