MoEngageProcessURLResult
@objc
public final class MoEngageProcessURLResult : NSObject, @unchecked Sendable
Success payload for MoEngageSDKAnalytics.processURL(...).
-
The URL that was processed.
Declaration
Swift
@objc public let url: URL -
trueif the SDK recognised and acted on the URL (e.g. updated session source);falseif the URL was ignored (auto-tracking already handled it, or no recognisable source params).Declaration
Swift
@objc public let wasHandled: Bool