public final class

ApiFeature.NoFramework

extends ApiFeature

 java.lang.Object

androidx.webkit.internal.ApiFeature

↳androidx.webkit.internal.ApiFeature.NoFramework

Overview

Represents a feature that has no framework support.

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.