[Android.Runtime.Register("getIntParameter", "(Ljava/lang/String;I)I", "GetGetIntParameter_Ljava_lang_String_IHandler")] public virtual intGetIntParameter (string name, int defaultValue)
Parameters
name
the parent name.
defaultValue
the default value.
Returns
Documentation for this section has not yet been entered.
Remarks
Returns an Java.Lang.Integer parameter value with the given name.
If the parameter is not explicitly set, the default value is returned.