monoandroid
namespace Android.App
{
[Register("android/app/NotificationManager", DoNotGenerateAcw = true)]
public class NotificationManager : Object
{
[Register("cancelAsPackage", "(Ljava/lang/String;Ljava/lang/String;I)V", "GetCancelAsPackage_Ljava_lang_String_Ljava_lang_String_IHandler", ApiSince = 30)]
public virtual void CancelAsPackage(string! targetPackage, string? tag, int id);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to monoandroid | |
Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |