IOSURLRequestNetworkServiceType class

An iOS-specific Class that represents the constants that specify how a request uses network resources. Use URLRequestNetworkServiceType instead.

Annotations
  • @Deprecated('Use URLRequestNetworkServiceType instead')

Properties

hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toNativeValue() int
Gets int native value.
toString() String
A string representation of this object.
override
toValue() int
Gets int value.

Operators

operator ==(Object value) bool
The equality operator.
override

Static Properties

values Set<IOSURLRequestNetworkServiceType>
Set of all values of IOSURLRequestNetworkServiceType.
final

Static Methods

fromNativeValue(int? value) IOSURLRequestNetworkServiceType?
Gets a possible IOSURLRequestNetworkServiceType instance from a native value.
fromValue(int? value) IOSURLRequestNetworkServiceType?
Gets a possible IOSURLRequestNetworkServiceType instance from int value.

Constants

AV_STREAMING → const IOSURLRequestNetworkServiceType
A service type for streaming audio/video data.
BACKGROUND → const IOSURLRequestNetworkServiceType
A service type for background traffic.
CALL_SIGNALING → const IOSURLRequestNetworkServiceType
A service type for call signaling.
DEFAULT → const IOSURLRequestNetworkServiceType
A service type for standard network traffic.
RESPONSIVE_AV → const IOSURLRequestNetworkServiceType
A service type for responsive (time-sensitive) audio/video data.
RESPONSIVE_DATA → const IOSURLRequestNetworkServiceType
A service type for data that the user is actively waiting for.
VIDEO → const IOSURLRequestNetworkServiceType
A service type for video traffic.
VOICE → const IOSURLRequestNetworkServiceType
A service type for voice traffic.