Java.Lang.ClassLoader.SetPackageAssertionStatus Method
Sets the assertion status of the package with the specified name.

Syntax

[Android.Runtime.Register("setPackageAssertionStatus", "(Ljava/lang/String;Z)V", "GetSetPackageAssertionStatus_Ljava_lang_String_ZHandler")]
public virtual void SetPackageAssertionStatus (string pname, bool enable)

Parameters

pname
the name of the package for which to set the assertion status.
enable
the new assertion status.

Remarks

Sets the assertion status of the package with the specified name.

Note: This method does nothing in the Android reference implementation.

[Android Documentation]

Requirements

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