Module
AirConsole.Global
- Package
- purescript-airconsole
- Repository
- mckayb/purescript-airconsole
#getAirConsoleGlobalImpl Source
getAirConsoleGlobalImpl :: forall e. Foreign -> Eff e AirConsoleGlobal#getAirConsoleGlobal Source
getAirConsoleGlobal :: forall e. Options AirConsoleOption -> Eff e AirConsoleGlobal#onDisconnect Source
onDisconnect :: forall e2 a e. (DeviceId -> Eff e a) -> AirConsoleGlobal -> Eff e2 Unit#onCustomDeviceStateChange Source
onCustomDeviceStateChange :: forall e2 a e x. (DeviceId -> x -> Eff e a) -> AirConsoleGlobal -> Eff e2 Unit#onDeviceStateChange Source
onDeviceStateChange :: forall e2 a e x. (DeviceId -> x -> Eff e a) -> AirConsoleGlobal -> Eff e2 Unit#onDeviceProfileChange Source
onDeviceProfileChange :: forall e2 a e. (DeviceId -> Eff e a) -> AirConsoleGlobal -> Eff e2 Unit#onEmailAddress Source
onEmailAddress :: forall e2 a e. (String -> Eff e a) -> AirConsoleGlobal -> Eff e2 Unit#onActivePlayersChange Source
onActivePlayersChange :: forall e2 a e. (PlayerNumber -> Eff e a) -> AirConsoleGlobal -> Eff e2 Unit#onDeviceMotion Source
onDeviceMotion :: forall e2 a e x. (x -> Eff e a) -> AirConsoleGlobal -> Eff e2 Unit#onAdComplete Source
onAdComplete :: forall e2 a e. (Boolean -> Eff e a) -> AirConsoleGlobal -> Eff e2 Unit#onPersistentDataLoaded Source
onPersistentDataLoaded :: forall e2 a e x. (x -> Eff e a) -> AirConsoleGlobal -> Eff e2 Unit#onPersistentDataStored Source
onPersistentDataStored :: forall e2 a e. (String -> Eff e a) -> AirConsoleGlobal -> Eff e2 Unit#onHighScores Source
onHighScores :: forall e2 a e x. (Array x -> Eff e a) -> AirConsoleGlobal -> Eff e2 Unit#onHighScoreStored Source
onHighScoreStored :: forall e2 a e x. (x -> Eff e a) -> AirConsoleGlobal -> Eff e2 Unit- Modules
- AirConsole.
ActivePlayers - AirConsole.
Ads - AirConsole.
Connectivity - AirConsole.
ControllerInputs - AirConsole.
DeviceStates - AirConsole.
Effects - AirConsole.
FFI - AirConsole.
Global - AirConsole.
HighScores - AirConsole.
Messaging - AirConsole.
Navigation - AirConsole.
PersistentData - AirConsole.
Premium - AirConsole.
Profile - AirConsole.
Types - AirConsole.
UserInterface