MoEngageProcessURLResult

@objc
public final class MoEngageProcessURLResult : NSObject, @unchecked Sendable

Success payload for MoEngageSDKAnalytics.processURL(...).

  • url

    The URL that was processed.

    Declaration

    Swift

    @objc
    public let url: URL
  • true if the SDK recognised and acted on the URL (e.g. updated session source); false if the URL was ignored (auto-tracking already handled it, or no recognisable source params).

    Declaration

    Swift

    @objc
    public let wasHandled: Bool