Help Center/
Meeting/
Terminal Scheme Application Intergration/
Android App Integration/
Service Development/
Starting the App
Updated on 2024-08-16 GMT+08:00
Starting the App
Description
If the Huawei Cloud Meeting app is installed on a user device, the user can start and log in to the app as well as create and join a meeting directly by touching a link provided by a third-party app.
Service Process
- Build a scheme.
- Run the scheme.
Code Sample
1 2 3 4 5 6 7 8 9 |
// Start the app. if (packageInstalled("com.huawei.CloudLink")){ String startUrl = "cloudlink://welinksoftclient/h5page?page=launch"; Intent intent = new Intent(); intent.setData(Uri.parse(url)); startActivity(intent); }else { Toast.makeText(this,"App not installed",Toast.LENGTH_LONG).show(); } |
Parent topic: Service Development
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
The system is busy. Please try again later.
For any further questions, feel free to contact us through the chatbot.
Chatbot