Android.App.ActivityOptions.ToBundle Method
Returns the created options as a Bundle, which can be passed to Android.Content.Context.StartActivity(Android.Content.Intent, Android.OS.Bundle) and related methods.

Syntax

[Android.Runtime.Register("toBundle", "()Landroid/os/Bundle;", "GetToBundleHandler")]
public virtual Android.OS.Bundle ToBundle ()

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the created options as a Bundle, which can be passed to Android.Content.Context.StartActivity(Android.Content.Intent, Android.OS.Bundle) and related methods. Note that the returned Bundle is still owned by the ActivityOptions object; you must not modify it, but can supply it to the startActivity methods that take an options Bundle.

[Android Documentation]

Requirements

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