- DEFAULT_BADGE_PROGRESS_LAYOUT - Static variable in class com.captainup.android.ui.BadgeProgressView
-
- DEFAULT_USER_DETAILS_LAYOUT - Static variable in class com.captainup.android.ui.UserDetailsView
-
- deleteNotifications(ActionType, Query) - Method in interface com.captainup.android.core.AuthenticatedCaptainUpConnection
-
Removes notifications of the specified type (private or inbox) – either all notifications,
or only a specified number.
- deleteNotifications(ActionType, Query, String) - Method in interface com.captainup.android.core.AuthenticatedCaptainUpConnection
-
Removes a specific notification of the specified type (private or inbox) – either all notifications,
or only a specified number.
- deleteNotificationsAsync(ActionType, Query, CaptainUpCallback<GetActionCaptainUpResponse>) - Method in interface com.captainup.android.core.AuthenticatedCaptainUpConnection
-
Removes notifications of the specified type (private or inbox) – either all notifications,
or only a specified number.
- deleteNotificationsAsync(ActionType, Query, String, CaptainUpCallback<GetActionCaptainUpResponse>) - Method in interface com.captainup.android.core.AuthenticatedCaptainUpConnection
-
Removes a specific notification of the specified type (private or inbox) – either all notifications,
or only a specified number.
- disableToastNotifications() - Static method in class com.captainup.android.ui.CaptainUpUI
-
Stops the Toast Notifications from appearing.
- disconnect() - Static method in class com.captainup.android.framework.CaptainUp
-
Disconnect from Captain Up.
- done(T, CaptainUpException) - Method in interface com.captainup.android.core.CaptainUpCallback
-
Notifies that the requested operation has finished and returns the result and\or the error
that was raised during the execution.