Show / Hide Table of Contents

Class SetupAction

An action executed during setup.

Inheritance
object
SetupAction
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.AndroidManagement.v1.Data
Assembly: Google.Apis.AndroidManagement.v1.dll
Syntax
public class SetupAction : IDirectResponseSchema

Properties

Description

Description of this action.

Declaration
[JsonProperty("description")]
public virtual UserFacingMessage Description { get; set; }
Property Value
Type Description
UserFacingMessage

ETag

The ETag of the item.

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

LaunchApp

An action to launch an app. The app will be launched with an intent containing an extra with key com.google.android.apps.work.clouddpc.EXTRA_LAUNCHED_AS_SETUP_ACTION set to the boolean value true to indicate that this is a setup action flow. If SetupAction references an app, the corresponding installType in the application policy must be set as REQUIRED_FOR_SETUP or said setup will fail.

Declaration
[JsonProperty("launchApp")]
public virtual LaunchAppAction LaunchApp { get; set; }
Property Value
Type Description
LaunchAppAction

Title

Title of this action.

Declaration
[JsonProperty("title")]
public virtual UserFacingMessage Title { get; set; }
Property Value
Type Description
UserFacingMessage

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX