Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type IMobileState ¶
type IMobileState interface { IsRun() bool ToString() string SwitchOnSuccess(func() error) WithConstructApp(func() error) IMobileState WithDestructApp(func() error) IMobileState }
func NewMobileState ¶ added in v1.5.15
func NewMobileState(pApp fyne.App, pServiceName string) IMobileState
Click to show internal directories.
Click to hide internal directories.