Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
TD.Query.SetNetworkType
Synopsis
- data SetNetworkType = SetNetworkType {}
Documentation
data SetNetworkType Source #
Sets the current network type. Can be called before authorization. Calling this method forces all network connections to reopen, mitigating the delay in switching between different networks, so it must be called whenever the network is changed, even if the network type remains the same. Network type is used to check whether the library can use the network at all and also for collecting detailed network data usage statistics. Returns Ok
Constructors
SetNetworkType | |
Fields
|
Instances
ToJSON SetNetworkType Source # | |
Defined in TD.Query.SetNetworkType Methods toJSON :: SetNetworkType -> Value # toEncoding :: SetNetworkType -> Encoding # toJSONList :: [SetNetworkType] -> Value # toEncodingList :: [SetNetworkType] -> Encoding # | |
Show SetNetworkType Source # | |
Defined in TD.Query.SetNetworkType Methods showsPrec :: Int -> SetNetworkType -> ShowS # show :: SetNetworkType -> String # showList :: [SetNetworkType] -> ShowS # | |
Eq SetNetworkType Source # | |
Defined in TD.Query.SetNetworkType Methods (==) :: SetNetworkType -> SetNetworkType -> Bool # (/=) :: SetNetworkType -> SetNetworkType -> Bool # | |
ShortShow SetNetworkType Source # | |
Defined in TD.Query.SetNetworkType Methods shortShow :: SetNetworkType -> String Source # |