- peek() - Method in interface com.captainup.android.framework.NotificationsQueue
-
Retrieves, but does not remove, the head of the notification's queue,
or returns null
if this queue is empty.
- performAction(Action) - Method in interface com.captainup.android.framework.ActionableUser
-
Creates a new action and adds it to your user.
- poll() - Method in interface com.captainup.android.framework.NotificationsQueue
-
Retrieves and removes the notification at the head of this queue,
or returns null
if this queue is empty.
- ProfileActivity - Class in com.captainup.android.ui
-
- ProfileActivity() - Constructor for class com.captainup.android.ui.ProfileActivity
-
- ProfileFragment - Class in com.captainup.android.ui
-
- ProfileFragment() - Constructor for class com.captainup.android.ui.ProfileFragment
-
- ProfileFragment.ProfileFragmentListener - Interface in com.captainup.android.ui
-
This interface must be implemented by activities that contain this
fragment to allow an interaction in this fragment to be communicated
to the activity and potentially other fragments contained in that
activity.