| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Proto.POGOProtos.Data.Player.ContactSettings
Documentation
data ContactSettings #
Constructors
| ContactSettings | |
Instances
| Eq ContactSettings # | |
| Show ContactSettings # | |
| Message ContactSettings # | |
| Default ContactSettings # | |
| HasField "sendMarketingEmails" ContactSettings ContactSettings # | |
| HasField "sendPushNotifications" ContactSettings ContactSettings # | |
| type Field "sendMarketingEmails" ContactSettings # | |
| type Field "sendPushNotifications" ContactSettings # | |
sendMarketingEmails :: forall msg msg'. HasField "sendMarketingEmails" msg msg' => Lens msg msg' (Field "sendMarketingEmails" msg) (Field "sendMarketingEmails" msg') #
sendPushNotifications :: forall msg msg'. HasField "sendPushNotifications" msg msg' => Lens msg msg' (Field "sendPushNotifications" msg) (Field "sendPushNotifications" msg') #