Optional
Readonly
isOptional activity state of this component. Initial component state should be inactive (false or undefined).
Will be called everytime the main menu gets opened.
Optional
prepareCan be implemented to make preparations before the activity gets stopped and disposed.
If pCancelable
is true and the promise resolves with false, the activity stop will be canceled.
Otherwise true should be returned.
Optional
setOptional activity state handling for this component. E.g. can be used to disable/enable event handling. Will be set from the component host to activate or deactivate the component. Initial component state should be inactive (false or undefined).
Generated using TypeDoc
PluginComponent created when the ActivityPlugin is loaded and createComponent is called. Defines the lifecycle and main menu actions for an activity.