Package apple.network.enums
Class nw_path_unsatisfied_reason_t
- java.lang.Object
-
- apple.network.enums.nw_path_unsatisfied_reason_t
-
public final class nw_path_unsatisfied_reason_t extends java.lang.Object[@typedef] nw_path_unsatisfied_reason_t A network path unsatisfied reason may indicate the reason the path is currently unsatisfied for some conditions.
-
-
Field Summary
Fields Modifier and Type Field Description static intnw_path_unsatisfied_reason_cellular_denied[@const] nw_path_unsatisfied_reason_not_available The user has disabled cellularstatic intnw_path_unsatisfied_reason_local_network_denied[@const] nw_path_unsatisfied_reason_not_available The user has disabled local network accessstatic intnw_path_unsatisfied_reason_not_available[@const] nw_path_unsatisfied_reason_not_available No reason is givenstatic intnw_path_unsatisfied_reason_wifi_denied[@const] nw_path_unsatisfied_reason_not_available The user has disabled Wi-Fi
-
-
-
Field Detail
-
nw_path_unsatisfied_reason_not_available
public static final int nw_path_unsatisfied_reason_not_available
[@const] nw_path_unsatisfied_reason_not_available No reason is given- See Also:
- Constant Field Values
-
nw_path_unsatisfied_reason_cellular_denied
public static final int nw_path_unsatisfied_reason_cellular_denied
[@const] nw_path_unsatisfied_reason_not_available The user has disabled cellular- See Also:
- Constant Field Values
-
nw_path_unsatisfied_reason_wifi_denied
public static final int nw_path_unsatisfied_reason_wifi_denied
[@const] nw_path_unsatisfied_reason_not_available The user has disabled Wi-Fi- See Also:
- Constant Field Values
-
nw_path_unsatisfied_reason_local_network_denied
public static final int nw_path_unsatisfied_reason_local_network_denied
[@const] nw_path_unsatisfied_reason_not_available The user has disabled local network access- See Also:
- Constant Field Values
-
-