コード例 #1
0
 public void setListNotification(Notifications notification) {
   this.notifications = notification.getListNotification();
 }
コード例 #2
0
 public NotificationAdapter(Context context, Notifications notifications) {
   inflater = LayoutInflater.from(context);
   this.notifications = notifications.getListNotification();
   this.context = context;
 }