Skip to content

Interface: ILinkDataReceivedEventData

Provides event data for OnLinkDataReceived. Provides parsed deep link URL components.

Hierarchy

Summary

Properties

Class Properties

Inherited Properties

Methods

Class Methods

Currently none in this class.

Inherited Methods

Currently none inherited from the parent class(es).

Properties

Readonly hash

hash: string

Retrieves the hash fragment of the URL , such as '#section1'.


Readonly originalURL

originalURL: string

Retrieves the original, undecoded URL string.


Readonly parameters

parameters: object

Retrieves key-value pairs of query parameters.

Index Signature

[key: string]: string


Readonly url

url: string

Retrieves the host and path portion of the deep link URL.


Readonly urlScheme

urlScheme: string

Retrieves the URL scheme, such as 'https' or 'myapp'.