tencent cloud

Low-code Interactive Classroom

Release Notes and Announcements
Announcement on the Renaming of Low-Code Interactive Classroom Product
Announcement on the Upgrade of Low-Code Interactive Classroom
Product Introduction
Overview
Use Cases
Features
Strengths
Purchase Guide
Billing Overview
Monthly Packages
Billing Examples
Purchase Instructions
Payment Overdue
Refunds
Demo Download and Experience
Client Integration Guide
Web and H5
Android
iOS
Windows and macOS
Console Guide
Overview
Usage
Applications
Quick Run-through
API Documentation
History
Introduction
API Category
Making API Requests
User Login APIs
Room Management APIs
Group Management APIs
Application Configuration APIs
Recording Management APIs
Courseware Management APIs
User Management APIs
Developer APIs
Data Types
Error Codes
Interface Customization
Getting Started
Event Listening
Service Callbacks
Advanced Features
Custom Business Domain
Mobile Screen Sharing
Mobile Preloading
Practical Tutorial
Integration with Scheduling System
Integration with Account System
Integration with Recording and Playback
Integration with Courseware Module
LCIC Policy
Privacy Policy
Data Processing And Security Agreement
FAQs
Billing
Recording
Console and API authorization issues
Interactive Whiteboard Lag
Screen Sharing
Dealing with Firewall Restrictions
Web
Electron
Device Performance Requirements
Service Agreement
Service Level Agreement

Mobile Preloading

PDF
Focus Mode
Font Size
Last updated: 2024-12-12 11:38:00
When the mobile terminal enters the classroom, it needs to load the resources in the class. On a machine with average performance, there may be a short black screen transition page, which affects the experience.
To this end, we provide the ability to load in-class resources in advance, so as to achieve the goal of optimizing the classroom experience. It is recommended to call when entering the application to load the resources in the class in advance.
Note:
Preloading only needs to be called for the first time, and there is no need to call it again after exiting the classroom. The SDK will automatically preload.

Android preload interface

Preload class resources preloadClass

Parameter Description
parameter
type
describe
context
Context
the context
env
String
Environment (fill in the blank)
example:
TCICWebViewManager.getInstance().preloadClass(context, '');

iOS preload interface

parameter
type
describe
env
String
Environment (fill in the blank)
example:
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
    // Override point for customization after application launch.

    // Enable preload logic
    [TCICClassController preloadClass:nil];

    return YES;
}


Help and Support

Was this page helpful?

Help us improve! Rate your documentation experience in 5 mins.

Feedback