Interface IgnisPlatformIntegration
public interface IgnisPlatformIntegration
Platform-specific hooks invoked by the shared runtime during enable/disable.
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoiddefault void
-
Method Details
-
registerCommands
default void registerCommands() -
onRuntimeEnable
void onRuntimeEnable() -
onRuntimeDisable
void onRuntimeDisable()
-