NativeLink
@objcMembers
public class NativeLink : NSObject, JsonDecodable
Undocumented
-
Landing URL of the clickable link.
Declaration
Swift
public var url: String? -
List of third-party tracker URLs to be fired on click of the URL.
Declaration
Swift
public var clicktrackers: [String]? -
Fallback URL for deeplink. To be used if the URL given in url is not supported by the device.
Declaration
Swift
public var fallback: String? -
This object is a placeholder that may contain custom JSON agreed to by the parties to support flexibility beyond the standard defined in this specification
Declaration
Swift
public var ext: [String : Any]? -
Undocumented
Declaration
Swift
public required init(jsonDictionary: [String : Any]) -
Undocumented
Declaration
Swift
public override init()