All Products
Search
Document Center

Mobile Platform as a Service:CubeModuleModel

Last Updated:Nov 21, 2025

Introduction

Module description information.

Methods

CubeModuleModel

/**
 * Constructor.
 * @param type The name of the module, such as animation.
 * @param fullClsName The full package path of the module class.
 * @param methods The JavaScript (JS) methods declared in the module.
 */ 
public CubeModuleModel(String type, String fullClsName, String[] methods)