HsdpFeature


@Keep
public enum HsdpFeature


Features supported by HSDP.

Summary

Enum Values

SERVICE_BASED_HSDP

The service-based HSDP flow.

SERVICE_BASED_HSDP_PREWARM

Prewarming for the service-based HSDP flow.

Public methods

static HsdpFeature

Returns the enum constant of this type with the specified name.

static HsdpFeature[]

Returns an array containing the constants of this enum type, in the order they're declared.

Enum Values

SERVICE_BASED_HSDP

@Keep
HsdpFeature HsdpFeature.SERVICE_BASED_HSDP

The service-based HSDP flow.

This is the modern, service-bound inline install flow that can be triggered from both Activity and non-Activity contexts (using a shim activity).

SERVICE_BASED_HSDP_PREWARM

@Keep
HsdpFeature HsdpFeature.SERVICE_BASED_HSDP_PREWARM

Prewarming for the service-based HSDP flow.

This allows pre-connecting to the HSDP service and pre-loading assets to reduce launch latency.

Public methods

valueOf

public static HsdpFeature valueOf(String name)

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.)

Returns
HsdpFeature

the enum constant with the specified name

Throws
java.lang.IllegalArgumentException

if this enum type has no constant with the specified name

values

public static HsdpFeature[] values()

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.

Returns
HsdpFeature[]

an array containing the constants of this enum type, in the order they're declared