public final class

ApiFeature.O

extends ApiFeature

 java.lang.Object

androidx.webkit.internal.ApiFeature

↳androidx.webkit.internal.ApiFeature.O

Overview

Represents a feature that was added in O.

Summary

Methods
public abstract booleanisSupportedByFramework()

Return whether this ApiFeature is supported by the framework of the current device.

from ApiFeaturegetPublicFeatureName, getWebViewApkFeaturesForTesting, isSupported, isSupportedByWebView, values
from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Methods

public abstract boolean isSupportedByFramework()

Return whether this ApiFeature is supported by the framework of the current device.

Make sure the static type of the object you are calling this method on corresponds to one of the subtypes of ApiFeature to ensure static analysis of the correct framework level.