public final class

ApiFeature.O_MR1

extends ApiFeature

 java.lang.Object

androidx.webkit.internal.ApiFeature

↳androidx.webkit.internal.ApiFeature.O_MR1

Overview

Represents a feature that was added in O_MR1.

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.