Uses of Enum Class
io.webfolder.cdp.type.constant.TimeDomain
Packages that use TimeDomain
-
Uses of TimeDomain in io.webfolder.cdp.command
Methods in io.webfolder.cdp.command with parameters of type TimeDomainModifier and TypeMethodDescriptionvoid
Performance.enable
(TimeDomain timeDomain) Enable collecting and reporting metrics.PerformanceAsync.enable
(TimeDomain timeDomain) Enable collecting and reporting metrics.void
Performance.setTimeDomain
(TimeDomain timeDomain) Deprecated.PerformanceAsync.setTimeDomain
(TimeDomain timeDomain) Deprecated. -
Uses of TimeDomain in io.webfolder.cdp.type.constant
Methods in io.webfolder.cdp.type.constant that return TimeDomainModifier and TypeMethodDescriptionstatic TimeDomain
Returns the enum constant of this class with the specified name.static TimeDomain[]
TimeDomain.values()
Returns an array containing the constants of this enum class, in the order they are declared.