monoandroid
namespace Android.Service.Notification
{
[Register("android/service/notification/StatusBarNotification", DoNotGenerateAcw = true)]
public class StatusBarNotification : Object, IParcelable, IJavaObject, IJavaPeerable, IDisposable
{
[Obsolete("deprecated")]
[Register(".ctor", "(Ljava/lang/String;Ljava/lang/String;ILjava/lang/String;IIILandroid/app/Notification;Landroid/os/UserHandle;J)V", "")]
public StatusBarNotification(string? pkg, string? opPkg, int id, string? tag, int uid, int initialPid, int score, Notification? notification, UserHandle? user, long postTime);
}
}
.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. |
Obsolete | deprecated |
Platform Restrictions | This framework does not have platform annotations. |