Android.Content.Intent.ExtraChangedComponentNameList Field
This field is part of Intent.ActionPackageChanged, and contains a string array of all of the components that have changed.

Syntax

[Android.Runtime.Register("EXTRA_CHANGED_COMPONENT_NAME_LIST")]
public const string ExtraChangedComponentNameList

Remarks

This field is part of Intent.ActionPackageChanged, and contains a string array of all of the components that have changed. If the state of the overall package has changed, then it will contain an entry with the package name itself.

[Android Documentation]

Requirements

Namespace: Android.Content
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 7