Android.App.Activity.OnCreateDescriptionFormatted Method
Generate a new description for this activity.

Syntax

[Android.Runtime.Register("onCreateDescription", "()Ljava/lang/CharSequence;", "GetOnCreateDescriptionHandler")]
public virtual Java.Lang.ICharSequence OnCreateDescriptionFormatted ()

See Also

Activity.OnCreateThumbnail(Android.Graphics.Bitmap, Android.Graphics.Canvas)
Activity.OnSaveInstanceState(Android.OS.Bundle)
Activity.OnPause

Returns

Documentation for this section has not yet been entered.

Remarks

Generate a new description for this activity. This method is called before pausing the activity and can, if desired, return some textual description of its current state to be displayed to the user.

The default implementation returns null, which will cause you to inherit the description from the previous activity. If all activities return null, generally the label of the top activity will be used as the description.

[Android Documentation]

Requirements

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