Deep Linking in FAQs
Using custom URL schemes to support deep linking in your app
Note
All the public APIs in the SDK should be called after initializing the SDK via HelpshiftSdk.Install() API
Use custom URL schemes to direct users to particular link in your app from Helpshift FAQs. You can use these schemes to provide a more seamless experience for the user. For example, if your android app has a registration screen, clicking on a registration link in an FAQ can directly take the user to that screen.
Deeplinking
Deeplinks need to be handled in the Android Java code layer.
Please refer to Deeplinking and code examples section for reference.