Retrieve extended data from the intent.
Syntax
[Android.Runtime.Register("getFloatExtra", "(Ljava/lang/String;F)F", "GetGetFloatExtra_Ljava_lang_String_FHandler")]
public virtual
float GetFloatExtra (
string name,
float defaultValue)
See Also
Parameters
- name
- The name of the desired item.
- defaultValue
- the value to be returned if no value of the desired
type is stored with the given name.
Returns
Documentation for this section has not yet been entered.
Remarks
Requirements
Namespace: Android.Content
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1