Show / Hide Table of Contents

Class GoogleFirebaseAppdistroV1alphaDeviceInteraction

An interaction with the device, such as a tap, text entry, wait, etc.

Inheritance
object
GoogleFirebaseAppdistroV1alphaDeviceInteraction
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.FirebaseAppDistribution.v1alpha.Data
Assembly: Google.Apis.FirebaseAppDistribution.v1alpha.dll
Syntax
public class GoogleFirebaseAppdistroV1alphaDeviceInteraction : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

KeyCode

Output only. Key code for a key event action.

Declaration
[JsonProperty("keyCode")]
public virtual string KeyCode { get; set; }
Property Value
Type Description
string

Screenshot

Output only. The screenshot used in the context of this action. The screen may have changed before the action was actually taken.

Declaration
[JsonProperty("screenshot")]
public virtual GoogleFirebaseAppdistroV1alphaScreenshot Screenshot { get; set; }
Property Value
Type Description
GoogleFirebaseAppdistroV1alphaScreenshot

Swipe

Output only. A swipe action.

Declaration
[JsonProperty("swipe")]
public virtual GoogleFirebaseAppdistroV1alphaDeviceInteractionSwipe Swipe { get; set; }
Property Value
Type Description
GoogleFirebaseAppdistroV1alphaDeviceInteractionSwipe

Tap

Output only. A tap action.

Declaration
[JsonProperty("tap")]
public virtual AndroidxCrawlerOutputPoint Tap { get; set; }
Property Value
Type Description
AndroidxCrawlerOutputPoint

TextInput

Output only. Text entered for a text entry action.

Declaration
[JsonProperty("textInput")]
public virtual string TextInput { get; set; }
Property Value
Type Description
string

Wait

Output only. A wait action.

Declaration
[JsonProperty("wait")]
public virtual GoogleFirebaseAppdistroV1alphaDeviceInteractionWait Wait { get; set; }
Property Value
Type Description
GoogleFirebaseAppdistroV1alphaDeviceInteractionWait

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX