Android.App.Activity.Intent Property
Return the intent that started this activity.

Syntax

[get: Android.Runtime.Register("getIntent", "()Landroid/content/Intent;", "GetGetIntentHandler")]
[set: Android.Runtime.Register("setIntent", "(Landroid/content/Intent;)V", "GetSetIntent_Landroid_content_Intent_Handler")]
public virtual Android.Content.Intent Intent { get; set; }

See Also

Activity.Intent
Activity.OnNewIntent(Android.Content.Intent)

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Return the intent that started this activity.

Set method documentation [Android Documentation]

Change the intent returned by Activity.Intent. This holds a reference to the given intent; it does not copy it. Often used in conjunction with Activity.OnNewIntent(Android.Content.Intent).

Requirements

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