Interface IgnisPlatformIntegration


public interface IgnisPlatformIntegration
Platform-specific hooks invoked by the shared runtime during enable/disable.
  • Method Details

    • registerCommands

      default void registerCommands()
    • onRuntimeEnable

      void onRuntimeEnable()
    • onRuntimeDisable

      void onRuntimeDisable()