Package com.breautek.fuse.plugins
Class FuseMemoryStore
java.lang.Object
com.breautek.fuse.FusePlugin
com.breautek.fuse.plugins.FuseMemoryStore
-
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
onSaveInstanceState
(android.os.Bundle bundle) Methods inherited from class com.breautek.fuse.FusePlugin
_addActivityResultFuture, attachHandler, getContext, onActivityResult, onDestroy, onLowMemory, onPause, onResume, onStart, onStop, route
-
Constructor Details
-
FuseMemoryStore
-
-
Method Details
-
getID
- Specified by:
getID
in classFusePlugin
-
_initHandles
protected void _initHandles()- Overrides:
_initHandles
in classFusePlugin
-
onSaveInstanceState
public void onSaveInstanceState(@NonNull android.os.Bundle bundle) - Overrides:
onSaveInstanceState
in classFusePlugin
-