- |
- |
no_universal_links |
true |
Matches any URL whose fragment equals no_universal_links and instructs the system not to open it as a universal link |
/stock/* |
- |
- |
- |
Matches any URL whose path starts with /stock/ to open the stock detail screen |
/feed/post/* |
- |
- |
- |
Matches any URL whose path starts with /feed/post/ to open the post detail screen |
/profile/* |
- |
- |
- |
Matches any URL whose path starts with /profile/ to open the profile detail screen |
/user/* |
- |
- |
- |
Matches any URL whose path starts with /user/ to open the profile detail screen |
/deposit |
- |
- |
- |
Matches any URL whose path starts with /deposit to open the deposit screen |
/blog/* |
- |
- |
- |
Matches any URL whose path starts with /blog/ to open the contentful post screen |
/article/* |
- |
- |
- |
Matches any URL whose path starts with /article/ to open the article detail screen |
/themes |
- |
- |
- |
Matches any URL whose path starts with /themes to open the investment themes screen |
/login |
- |
- |
- |
Matches any URL whose path starts with /login to open the login screen |
/settings |
- |
- |
- |
Matches any URL whose path starts with /settings to open the settings screen |
/settings/* |
- |
- |
- |
Matches any URL whose path starts with /settings/* to open a child settings screen |
/transaction_history |
- |
- |
- |
Matches any URL whose path starts with /transaction_history to open transaction history screen |
/activity_inbox |
- |
- |
- |
Matches any URL whose path starts with /activity_inbox to go to activity inbox tab |