Android.Content.ComponentName.FlattenToString Method
Return a String that unambiguously describes both the package and class names contained in the ComponentName.

Syntax

[Android.Runtime.Register("flattenToString", "()Ljava/lang/String;", "")]
public string FlattenToString ()

See Also

ComponentName.UnflattenFromString(string)

Returns

Documentation for this section has not yet been entered.

Remarks

Return a String that unambiguously describes both the package and class names contained in the ComponentName. You can later recover the ComponentName from this string through ComponentName.UnflattenFromString(string).

[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