Package 

Enum WebVitalType

  • All Implemented Interfaces:
    java.io.Serializable , kotlin.Comparable

    @JsonClass(generateAdapter = false) 
    public enum WebVitalType
    extends Enum<WebVitalType>
                        

    Web Core Vital type.

    FID = First Input Delay: Measures the delay between a user's interaction (such as tapping a button) and the browser's response. LCP = Largest Contentful Paint: Measures the time it takes for the largest content element to become visible to the user. CLS = Cumulative Layout Shift: Assesses the visual stability of the page by measuring unexpected layout shifts during loading. FCP = First Contentful Paint: Indicates the time it takes for the first content element to appear on the screen.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      FCP
      CLS
      LCP
      FID
    • Method Summary

      Modifier and Type Method Description
      final String getName()
      final Integer getOrdinal()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait