-
public final class ViewEvent.PerformanceSchema for view-level RUM performance data (Web Vitals, etc.)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classViewEvent.Performance.Companion
-
Field Summary
Fields Modifier and Type Field Description private final ViewEvent.PerformanceClsclsprivate final ViewEvent.Fcpfcpprivate final ViewEvent.Fidfidprivate final ViewEvent.Inpinpprivate final ViewEvent.Lcplcpprivate final ViewEvent.Fbcfbc
-
Constructor Summary
Constructors Constructor Description ViewEvent.Performance(ViewEvent.PerformanceCls cls, ViewEvent.Fcp fcp, ViewEvent.Fid fid, ViewEvent.Inp inp, ViewEvent.Lcp lcp, ViewEvent.Fbc fbc)
-
Method Summary
Modifier and Type Method Description final ViewEvent.PerformanceClsgetCls()final ViewEvent.FcpgetFcp()final ViewEvent.FidgetFid()final ViewEvent.InpgetInp()final ViewEvent.LcpgetLcp()final ViewEvent.FbcgetFbc()final JsonElementtoJson()-
-
Constructor Detail
-
ViewEvent.Performance
ViewEvent.Performance(ViewEvent.PerformanceCls cls, ViewEvent.Fcp fcp, ViewEvent.Fid fid, ViewEvent.Inp inp, ViewEvent.Lcp lcp, ViewEvent.Fbc fbc)
- Parameters:
cls- Cumulative Layout Shiftfcp- First Contentful Paintfid- First Input Delayinp- Interaction to Next Paintlcp- Largest Contentful Paintfbc- First Build Complete (Flutter)
-
-
Method Detail
-
getCls
final ViewEvent.PerformanceCls getCls()
-
getFcp
final ViewEvent.Fcp getFcp()
-
getFid
final ViewEvent.Fid getFid()
-
getInp
final ViewEvent.Inp getInp()
-
getLcp
final ViewEvent.Lcp getLcp()
-
getFbc
final ViewEvent.Fbc getFbc()
-
toJson
final JsonElement toJson()
-
-
-
-