setPluginOrders

suspend fun setPluginOrders(plugins: List<String>)

Sets the plugin orders. Supported just by Theta X and Z1.

Parameters

plugins

list of package names of plugins For Z1, list size must be three. No restrictions for the size 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.

Throws