statusbarnotification

  1. cheveguerra

    Android Question Get all the keys/values from a StatusBarNotification

    Hi everybody, I am playing with the NotificationListener Library and while I can get the already available keys from the SBN object (Id, PackageName and tickerText), I am trying to get all the other keys from the object: Sub Listener_NotificationPosted (SBN As StatusBarNotification)...
  2. cheveguerra

    Android Question Is it possible to save or serialize a StatusBarNotification object??

    Hi everybody, I am playing with the ReplyAuto library by @jsaplication.mobile (it is GREAT!!!!) and when I receive a notification, I am storing it in a customType: Class_Globals Type lasNotis(number As String, notif As StatusBarNotification) Sub ReplyAuto_NotificationPosted (SBN As...
  3. N

    Android Question Object should first be initialized (StatusBarNotification)

    Hi, Anybody knows how to fix this error: java.lang.RuntimeException: Object should first be initialized (StatusBarNotification). at anywheresoftware.b4a.AbsObjectWrapper.getObject(AbsObjectWrapper.java:50) at...
Top