Android.Content.Intent.SetClassName Method
Convenience for calling Intent.SetComponent(ComponentName) with an explicit class name.

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

Intent.SetComponent(ComponentName)

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

Convenience for calling Intent.SetComponent(ComponentName) with an explicit class name.

[Android Documentation]

Requirements

Namespace: Android.Content
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1