Android.OS.Bundle.PutInt Method
Inserts an int value into the mapping of this Bundle, replacing any existing value for the given key.

Syntax

[Android.Runtime.Register("putInt", "(Ljava/lang/String;I)V", "")]
public override void PutInt (string key, int value)

Parameters

p0
Documentation for this section has not yet been entered.
p1
Documentation for this section has not yet been entered.
key
a String, or null
value
an int, or null

Remarks

Inserts an int value into the mapping of this Bundle, replacing any existing value for the given key.

[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