SupportedFeatures


public final class SupportedFeatures


A list of features supported by a device.

Summary

Public constructors

SupportedFeatures(@NonNull int[] features)

Public methods

final @NonNull int[]

An array of the supported optional feature names.

final void
setFeatures(@NonNull int[] features)

An array of the supported optional feature names.

Public constructors

SupportedFeatures

Added in 1.0.0-alpha01
public SupportedFeatures(@NonNull int[] features)

Public methods

getFeatures

Added in 1.0.0-alpha01
public final @NonNull int[] getFeatures()

An array of the supported optional feature names.

setFeatures

Added in 1.0.0-alpha01
public final void setFeatures(@NonNull int[] features)

An array of the supported optional feature names.