Interface: DefineClassOptions


CloudControl Pro 9 Docs / globals / DefineClassOptions

Interface: DefineClassOptions

globals.DefineClassOptions

Table of contents

Properties

Properties

cacheDexFile

Optional cacheDexFile: string

The path of the cache dex file.


implements

Optional implements: any[]

The java interfaces to implement, defaults to empty. e.g. [View.OnClickListener, View.OnLongClickListener].


packageName

Optional packageName: string

The package name of the generated class, defaults to empty.