public class

StartupApiFeature.P

extends StartupApiFeature

 java.lang.Object

androidx.webkit.internal.StartupApiFeature

↳androidx.webkit.internal.StartupApiFeature.P

Overview

Represents a feature that was added in P.

Summary

Fields
from StartupApiFeatureMETADATA_HOLDER_SERVICE_NAME
Methods
public abstract booleanisSupportedByFramework()

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

from StartupApiFeaturegetPublicFeatureName, 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 StartupApiFeature 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 StartupApiFeature to ensure static analysis of the correct framework level.