All Products
Search
Document Center

Mobile Platform as a Service:CubeModuleModel

Last Updated:Apr 24, 2023

This topic describes the description of the module.

Public Methods

Functions

Return value type

Description

public CubeModuleModel(String type, String fullClsName, String[] methods)

None

The constructor function.

CubeModuleModel

  • Statement: public CubeModuleModel(String type, String fullClsName, String[] methods)

  • Description: The constructor function.

  • Arguments:

    Parameter

    Type

    Limit

    type

    String

    The name of the module, such as animation.

    fullClsName

    String

    The full package path of the module class.

    methods

    String[]

    JS methods declared in the module.

  • Return value: None.