Search: "callback"
Server integration - ApsaraVideo for VOD Documentation
various callback events. The technologies involved include the Spring Boot microservice framework, ApsaraDB RDS for MySQL, and ...
MaxCompute (formerly known as ODPS) event mechanism Forums
certain operation, but the disadvantage is self-evident. Another method is to register a callback method and when the operation ...
In-depth Profiling of JSBridge blog
object for transfer and callback. Since the native WebView/UIWebView controls have already achieved data communication with JS, why ...
Upload objects - Object Storage Service Documentation
function or a thunk. The callback function contains the following three parameters: function, async, and promise ...
Features and usage - ApsaraVideo for VOD Documentation
; self.player.delegate = self; //...}/** @brief The callback for an incorrect delegate. @param player The method pointer for the player. @param ...
Short video upload - ApsaraVideo for VOD Documentation
instance and set the callback for delegate. self.client = [[VODUploadSVideoClient alloc] init]; self.client.delegate = self; 3. Set ...
Import and editing - ApsaraVideo for VOD Documentation
AliyunIPlayerCallback protocol to monitor the playback status. The following callbacks are provided: Callback to be called when the ...
AppServer source code integration - ApsaraVideo for VOD Documentation
information, upload videos, and process various callback events. The technologies involved include the Spring Boot microservice ...
Function Compute-based recording file recognition - Intelligent Speech Interaction Documentation
service.Create a function to generate tasks. It uses an OSS trigger and the callback URL generated in step 3 to generate a recording file ...
Handler - Function Compute Documentation
running. The signature of the Node.js handler function is: exports.myHandler = function(event, context, callback) ... // Use ...