Android.OS.Bundle.GetInt Method
Returns the value associated with the given key, or defaultValue if no mapping of the desired type exists for the given key.

Syntax

[Android.Runtime.Register("getInt", "(Ljava/lang/String;I)I", "")]
public override int GetInt (string key, int defaultValue)

Parameters

p0
Documentation for this section has not yet been entered.
p1
Documentation for this section has not yet been entered.
key
a String
defaultValue
Value to return if key does not exist

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the value associated with the given key, or defaultValue if no mapping of the desired type exists 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