Class AppStartTime
Implements
Inherited Members
Namespace: Google.Apis.ToolResults.v1beta3.Data
Assembly: Google.Apis.ToolResults.v1beta3.dll
Syntax
public class AppStartTime : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FullyDrawnTime
Optional. The time from app start to reaching the developer-reported "fully drawn" time. This is only stored if the app includes a call to Activity.reportFullyDrawn(). See https://developer.android.com/topic/performance/launch-time.html#time-full
Declaration
[JsonProperty("fullyDrawnTime")]
public virtual Duration FullyDrawnTime { get; set; }
Property Value
Type | Description |
---|---|
Duration |
InitialDisplayTime
The time from app start to the first displayed activity being drawn, as reported in Logcat. See https://developer.android.com/topic/performance/launch-time.html#time-initial
Declaration
[JsonProperty("initialDisplayTime")]
public virtual Duration InitialDisplayTime { get; set; }
Property Value
Type | Description |
---|---|
Duration |