SetPluginOrdersParams

data class SetPluginOrdersParams(val pluginOrders: List<String>)

Set plugin orders parameters

Constructors

Link copied to clipboard
constructor(pluginOrders: List<String>)

Properties

Link copied to clipboard

List of plugin package names. For Z1, array of three package names for the start-up plugin. No restrictions for the number of package names for X. When not specifying, set an empty string. If an empty string is placed mid-way, it will be moved to the front. Specifying zero package name will result in an error.