Android.OS.Bundle.PutSize Method
Inserts a Size value into the mapping of this Bundle, replacing any existing value for the given key.

Syntax

[Android.Runtime.Register("putSize", "(Ljava/lang/String;Landroid/util/Size;)V", "")]
public void PutSize (string key, Android.Util.Size value)

Parameters

key
a String, or null
value
a Size object, or null

Remarks

Inserts a Size value into the mapping of this Bundle, replacing any existing value for the given key. Either key or value may be null.

[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