handleCodeInApp property

bool? handleCodeInApp
final

Whether to open the link via a mobile app or a browser. The default is false. When set to true, the action code link is sent as a Universal Link or Android App Link and is opened by the app if installed. In the false case, the code is sent to the web widget first and then redirects to the app if installed.

Implementation

final bool? handleCodeInApp;