App Control enables your application on Titan OS to launch other applications and, optionally, direct them to specific content (deeplink). This functionality is now fully integrated with the Titan SDK. This feature is protected and requires your app to be whitelisted. Please, send an e-mail to titan-sdk-support@titanos.tv asking your app to be authorized.Documentation Index
Fetch the complete documentation index at: https://docs.titanos.tv/llms.txt
Use this file to discover all available pages before exploring further.
How to use it
Code parameter
The universal identifier of the application to be launched. Example:netflix, primevideo, youtube, etc. You can find these codes in the Partner Portal under the Resources -> App Control section.
Query parameter
The query parameter is a set of information appended to an app launch command. It allows you to:- Send data to the target application
- Open a specific video, detail page or a user profile.
Error Handling
The promise may be rejected with an error object containing:code(string): A machine-readable error code indicating the type of error. Currently there’s only one code already mapped:APP_NOT_FOUND- The application specified bycodedoes not existmessage(string): A human-readable message providing more details about the error.
- Success: If the application is valid and available, it is launched with the optional
query. The promise resolves successfully. - Failure: If the application is not valid or unavailable, the promise is rejected with a specific error code.
Example Usage
- Example: Text Magnification: App Control`.