Syntax
[Android.Runtime.Register("setClassName", "(Landroid/content/Context;Ljava/lang/String;)Landroid/content/Intent;", "GetSetClassName_Landroid_content_Context_Ljava_lang_String_Handler")]
public virtual
Intent SetClassName (
Context packageContext,
string className)
See Also
Parameters
- packageContext
- A Context of the application package implementing
this class.
- className
- The name of a class inside of the application package
that will be used as the component for this Intent.
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