Package apple.coretelephony.enums
Class CTCellularDataRestrictedState
- java.lang.Object
-
- apple.coretelephony.enums.CTCellularDataRestrictedState
-
public final class CTCellularDataRestrictedState extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longNotRestrictedstatic longRestrictedstatic longRestrictedStateUnknown
-
-
-
Field Detail
-
RestrictedStateUnknown
public static final long RestrictedStateUnknown
- See Also:
- Constant Field Values
-
Restricted
public static final long Restricted
- See Also:
- Constant Field Values
-
NotRestricted
public static final long NotRestricted
- See Also:
- Constant Field Values
-
-