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

Syntax

[Android.Runtime.Register("setClassName", "(Ljava/lang/String;Ljava/lang/String;)Landroid/content/Intent;", "GetSetClassName_Ljava_lang_String_Ljava_lang_String_Handler")]
public virtual Intent SetClassName (string packageName, string className)

See Also

Intent.SetComponent(ComponentName)

Parameters

packageName
The name of the package implementing the desired component.
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 application package name and 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