| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Proto.POGOProtos.Data.Capture.CaptureAward
Documentation
data CaptureAward Source #
Constructors
| CaptureAward | |
Fields | |
Instances
| Eq CaptureAward Source # | |
| Show CaptureAward Source # | |
| Default CaptureAward Source # | |
| Message CaptureAward Source # | |
| HasField "activityType" CaptureAward CaptureAward Source # | |
| HasField "candy" CaptureAward CaptureAward Source # | |
| HasField "stardust" CaptureAward CaptureAward Source # | |
| HasField "xp" CaptureAward CaptureAward Source # | |
| type Field "activityType" CaptureAward Source # | |
| type Field "candy" CaptureAward Source # | |
| type Field "stardust" CaptureAward Source # | |
| type Field "xp" CaptureAward Source # | |
activityType :: forall msg msg'. HasField "activityType" msg msg' => Lens msg msg' (Field "activityType" msg) (Field "activityType" msg') Source #
candy :: forall msg msg'. HasField "candy" msg msg' => Lens msg msg' (Field "candy" msg) (Field "candy" msg') Source #