Android.Content.Intent.Component Property
Retrieve the concrete component associated with the intent.

Syntax

[get: Android.Runtime.Register("getComponent", "()Landroid/content/ComponentName;", "GetGetComponentHandler")]
public virtual ComponentName Component { get; }

See Also

Intent.ResolveActivity(Android.Content.PM.PackageManager)
Intent.SetComponent(ComponentName)

Value

Documentation for this section has not yet been entered.

Remarks

Retrieve the concrete component associated with the intent. When receiving an intent, this is the component that was found to best handle it (that is, yourself) and will always be non-null; in all other cases it will be null unless explicitly set.

[Android Documentation]

Requirements

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