Hierarchy

  • ApplicationIOSProps

Events

onUserActivityWithBrowsingWeb: ((url: string) => boolean)

Type declaration

    • (url: string): boolean
    • The event is called when a user taps a universal link

      onUserActivityWithBrowsingWeb

      Returns

      YES to indicate that your app handled the activity or NO to let iOS know that your app did not handle the activity

      Ios

      Since

      3.1.2

      Parameters

      • url: string

        Universal link.

      Returns boolean

Properties

bundleIdentifier: string

Application bundle identifier.

Property

Ios

Since

3.0.2

userInterfaceLayoutDirection: LayoutDirection

It indicates the directionality of the language in the user interface of the app.

Property

Ios

Since

3.1.3

Generated using TypeDoc