Class: HardwareButtonsHomeState

HardwareButtonsHomeState

new HardwareButtonsHomeState()

We enter the home state when the user presses the Home button We can fire home or holdhome events from this state

.

We enter the home state when the user presses the Home button We can fire home or holdhome events from this state

Source:

Events

holdhome

When the user holds Home button more than HOLD_INTERVAL.

When the user holds Home button more than HOLD_INTERVAL.

Source:

home

When the user releases Home button before HOLD_INTERVAL.

When the user releases Home button before HOLD_INTERVAL.

Source:

volumedown+sleep

When the user holds Volume Down and Power button more than HOLD_INTERVAL.

When the user holds Volume Down and Power button more than HOLD_INTERVAL.

Source:

volumeup+volumedown

When the user holds Volume Up and Volume Down button more than HOLD_INTERVAL.

When the user holds Volume Up and Volume Down button more than HOLD_INTERVAL.

Source: