EntryPoint

interface EntryPoint

Interface that will be used to load the entry point of the app.

Functions

Link copied to clipboard
abstract fun onDisable()

Called when the app is disabled

Link copied to clipboard
abstract fun onEnable()

Called when the app is enabled

Link copied to clipboard
abstract fun onLoad()

Called when the app is loaded