| java.lang.Object | ||
| ↳ | ||
| ↳ | com.mapsted.inapp_notification.InAppNotificationAdapter | |
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| interface | InAppNotificationAdapter.Listener | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| InAppNotificationAdapter(Context context, InAppNotificationAdapter.Listener listener) | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| void | addItem(InAppNotification inAppNotificationItem, boolean toFront) | ||||||||||
| static CircularProgressDrawable | getCircularProgressDrawable(Context context) | ||||||||||
| int | getItemCount() | ||||||||||
| List<InAppNotification> | getItems() | ||||||||||
| void | onBindViewHolder(InAppNotificationAdapter.InAppNotificationViewHolder holder, int position) | ||||||||||
| InAppNotificationAdapter.InAppNotificationViewHolder | onCreateViewHolder(ViewGroup parent, int viewType) | ||||||||||
| void | removeItem(String inAppNotificationId) | ||||||||||
| void | removeItem(InAppNotification inAppNotificationItem) | ||||||||||
| 
  [Expand]
   Inherited Methods  | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
   
From class
  java.lang.Object
 | |||||||||||