-
public interface HyprMXIf.HyprMXInitializationListenerThe initialization listener.
When provided, HyprMX will callback to onInitialized when initialization has finished. If there was a problem initializing, check the logs for more details on the failure.
-
-
Method Summary
Modifier and Type Method Description abstract UnitonInitialized(InitResult result)The initialization process has finished. -
-
Method Detail
-
onInitialized
abstract Unit onInitialized(InitResult result)
The initialization process has finished.
- Parameters:
result- The initialization result whether successful or not.
-
-
-
-