View Source GoogleApi.AndroidManagement.V1.Model.SetupAction (google_api_android_management v0.57.0)
An action executed during setup.
Attributes
-
description
(type:GoogleApi.AndroidManagement.V1.Model.UserFacingMessage.t
, default:nil
) - Description of this action. -
launchApp
(type:GoogleApi.AndroidManagement.V1.Model.LaunchAppAction.t
, default:nil
) - 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. -
title
(type:GoogleApi.AndroidManagement.V1.Model.UserFacingMessage.t
, default:nil
) - Title of this action.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AndroidManagement.V1.Model.SetupAction{ description: GoogleApi.AndroidManagement.V1.Model.UserFacingMessage.t() | nil, launchApp: GoogleApi.AndroidManagement.V1.Model.LaunchAppAction.t() | nil, title: GoogleApi.AndroidManagement.V1.Model.UserFacingMessage.t() | nil }