| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Proto.POGOProtos.Networking.Responses.EncounterResponse
Documentation
data EncounterResponse Source #
Constructors
| EncounterResponse | |
Instances
| Eq EncounterResponse Source # | |
| Show EncounterResponse Source # | |
| Default EncounterResponse Source # | |
| Message EncounterResponse Source # | |
| HasField "background" EncounterResponse EncounterResponse Source # | |
| HasField "captureProbability" EncounterResponse EncounterResponse Source # | |
| HasField "maybe'captureProbability" EncounterResponse EncounterResponse Source # | |
| HasField "maybe'wildPokemon" EncounterResponse EncounterResponse Source # | |
| HasField "status" EncounterResponse EncounterResponse Source # | |
| HasField "wildPokemon" EncounterResponse EncounterResponse Source # | |
| type Field "background" EncounterResponse Source # | |
| type Field "captureProbability" EncounterResponse Source # | |
| type Field "maybe'captureProbability" EncounterResponse Source # | |
| type Field "maybe'wildPokemon" EncounterResponse Source # | |
| type Field "status" EncounterResponse Source # | |
| type Field "wildPokemon" EncounterResponse Source # | |
data EncounterResponse'Background Source #
Constructors
| EncounterResponse'PARK | |
| EncounterResponse'DESERT |
Instances
data EncounterResponse'Status Source #
Constructors
Instances
background :: forall msg msg'. HasField "background" msg msg' => Lens msg msg' (Field "background" msg) (Field "background" msg') Source #
captureProbability :: forall msg msg'. HasField "captureProbability" msg msg' => Lens msg msg' (Field "captureProbability" msg) (Field "captureProbability" msg') Source #
maybe'captureProbability :: forall msg msg'. HasField "maybe'captureProbability" msg msg' => Lens msg msg' (Field "maybe'captureProbability" msg) (Field "maybe'captureProbability" msg') Source #
maybe'wildPokemon :: forall msg msg'. HasField "maybe'wildPokemon" msg msg' => Lens msg msg' (Field "maybe'wildPokemon" msg) (Field "maybe'wildPokemon" msg') Source #