Skip to content
Snippets Groups Projects
Commit 6e6230a6 authored by Jan Tattermusch's avatar Jan Tattermusch
Browse files

Merge pull request #5736 from pquerna/pq/is_wan_is_ios_only

Objective C: kSCNetworkReachabilityFlagsIsWWAN is only available on iOS
parents 46962bb5 3f2133fc
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,9 @@
GRPC_XMACRO_ITEM.
#endif
#if TARGET_OS_IPHONE
GRPC_XMACRO_ITEM(isCell, IsWWAN)
#endif
GRPC_XMACRO_ITEM(reachable, Reachable)
GRPC_XMACRO_ITEM(transientConnection, TransientConnection)
GRPC_XMACRO_ITEM(connectionRequired, ConnectionRequired)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment