Returns a Java.Lang.Long parameter value with the given name.
Syntax
[Android.Runtime.Register("getLongParameter", "(Ljava/lang/String;J)J", "GetGetLongParameter_Ljava_lang_String_JHandler")] public virtual longGetLongParameter (string name, long defaultValue)
Parameters
name
the parent name.
defaultValue
the default value.
Returns
Documentation for this section has not yet been entered.
Remarks
Returns a Java.Lang.Long parameter value with the given name.
If the parameter is not explicitly set, the default value is returned.