ConnectionHint
Specifies estimated connection speed levels.
Content copied to clipboard
elide.page.Context.ConnectionHint
Properties
Link copied to clipboard
Connections approximating 4G.
Content copied to clipboard
FAST = 4;
Link copied to clipboard
Slow connections, like 2G.
Content copied to clipboard
SLOW_TWO = 1;
Link copied to clipboard
Connections approximating 2G.
Content copied to clipboard
SLOW = 2;
Link copied to clipboard
Connections approximating 3G.
Content copied to clipboard
TYPICAL = 3;
Link copied to clipboard
An unknown or unrecognized connection hint type.
Content copied to clipboard
UNKNOWN_CONNECTION_HINT = 0;
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.