google_api_android_management v0.1.0 GoogleApi.AndroidManagement.V1.Model.PersistentPreferredActivity View Source

A default activity for handling intents that match a particular intent filter.

Attributes

  • actions ([String.t]): The intent actions to match in the filter. If any actions are included in the filter, then an intent's action must be one of those values for it to match. If no actions are included, the intent action is ignored. Defaults to: null.
  • categories ([String.t]): The intent categories to match in the filter. An intent includes the categories that it requires, all of which must be included in the filter in order to match. In other words, adding a category to the filter has no impact on matching unless that category is specified in the intent. Defaults to: null.
  • receiverActivity (String.t): The activity that should be the default intent handler. This should be an Android component name, e.g. com.android.enterprise.app/.MainActivity. Alternatively, the value may be the package name of an app, which causes Android Device Policy to choose an appropriate activity from the app to handle the intent. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type t() View Source
t() :: %GoogleApi.AndroidManagement.V1.Model.PersistentPreferredActivity{
  actions: [any()],
  categories: [any()],
  receiverActivity: any()
}

Link to this section Functions

Link to this function decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.