Package com.breautek.fuse.plugins
Class FuseRuntime
java.lang.Object
com.breautek.fuse.FusePlugin
com.breautek.fuse.plugins.FuseRuntime
-
Nested Class Summary
Nested classes/interfaces inherited from class com.breautek.fuse.FusePlugin
FusePlugin.APIHandler<TPlugin extends FusePlugin>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
getID()
void
onInsetChange
(androidx.core.view.WindowInsetsCompat provider) void
onPause()
void
onResume()
Methods inherited from class com.breautek.fuse.FusePlugin
_addActivityResultFuture, attachHandler, getContext, onActivityResult, onDestroy, onLowMemory, onSaveInstanceState, onStart, onStop, route
-
Constructor Details
-
FuseRuntime
-
-
Method Details
-
getID
- Specified by:
getID
in classFusePlugin
-
_initHandles
protected void _initHandles()- Overrides:
_initHandles
in classFusePlugin
-
onPause
public void onPause()- Overrides:
onPause
in classFusePlugin
-
onResume
public void onResume()- Overrides:
onResume
in classFusePlugin
-
onInsetChange
public void onInsetChange(androidx.core.view.WindowInsetsCompat provider)
-