Android.Content.PM.ActivityInfo.TaskAffinity Property
The affinity this activity has for another task in the system.

Syntax

[Android.Runtime.Register("taskAffinity")]
public string TaskAffinity { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

The affinity this activity has for another task in the system. The string here is the name of the task, often the package name of the overall package. If null, the activity has no affinity. Set from the NoType:android/R$attr;Href=../../../../reference/android/R.attr.html#taskAffinity attribute.

[Android Documentation]

Requirements

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