Android.Content.ComponentName.FlattenToShortString Method
The same as ComponentName.FlattenToString, but abbreviates the class name if it is a suffix of the package.

Syntax

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

See Also

ComponentName.UnflattenFromString(string)

Returns

Documentation for this section has not yet been entered.

Remarks

The same as ComponentName.FlattenToString, but abbreviates the class name if it is a suffix of the package. The result can still be used with 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