Android.OS.Message.PeekData Method
Like getData(), but does not lazily create the Bundle.

Syntax

[Android.Runtime.Register("peekData", "()Landroid/os/Bundle;", "")]
public Bundle PeekData ()

See Also

Message.Data
Message.Data

Returns

Documentation for this section has not yet been entered.

Remarks

Like getData(), but does not lazily create the Bundle. A null is returned if the Bundle does not already exist. See Message.Data for further information on this.

[Android Documentation]

Requirements

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