- ImageFiles - Interface in com.captainup.android.core.model
-
Defines the images to be used for some Captain Up Object.
- ImageProgressView - Class in com.captainup.android.ui
-
Use this component to display a badge image with progress.
- ImageProgressView(Context) - Constructor for class com.captainup.android.ui.ImageProgressView
-
- ImageProgressView(Context, AttributeSet) - Constructor for class com.captainup.android.ui.ImageProgressView
-
- ImageProgressView(Context, String, int) - Constructor for class com.captainup.android.ui.ImageProgressView
-
- Inbox - Interface in com.captainup.android.framework
-
Allows to query and mark as messages as read of the user's inbox.
- InboxItem - Interface in com.captainup.android.framework
-
Describes a Captain Up Inbox item.
- IntegrationUser - Interface in com.captainup.android.core.model
-
- IntegrationUserBuilder - Class in com.captainup.android.core.model
-
- IntegrationUserBuilder() - Constructor for class com.captainup.android.core.model.IntegrationUserBuilder
-
- isActive() - Method in interface com.captainup.android.core.model.Asset
-
The asset state
- isActive() - Method in interface com.captainup.android.core.model.RewardType
-
- isAuthenticated() - Static method in class com.captainup.android.framework.CaptainUp
-
Checks whether or not you already authenticated a user with the Captain Up SDK.
- isClaimed() - Method in interface com.captainup.android.core.model.RewardProgress
-
- isConnected() - Static method in class com.captainup.android.framework.CaptainUp
-
Checks whether or not you are already connected to Captain Up.
- isEmpty() - Method in interface com.captainup.android.framework.NotificationsQueue
-
- isExtended() - Method in interface com.captainup.android.core.Query
-
- isHidden() - Method in interface com.captainup.android.core.model.Badge
-
Whether the badge is "hidden".
- isIntro_message() - Method in interface com.captainup.android.framework.CaptainUpProperties
-
- isLeaderboardPanel() - Method in interface com.captainup.android.framework.CaptainUpProperties
-
- isRepeatable() - Method in interface com.captainup.android.core.model.Badge
-
A repeatable badge is a badge that can be achieved multiple times.
- isSegmented() - Method in interface com.captainup.android.core.model.Badge
-
Segmented badges can be used to filter the badge presentation according to different user attributes.
- isSegmentedForUser(User) - Method in interface com.captainup.android.core.model.Badge
-
Use this function to know if a badge should be displayed for your specific user
For example: badge.isSegmentedForUser(CaptainUp.getLoggedInUser())
- isShowSignUpDialog() - Method in interface com.captainup.android.core.model.SignUpMessage
-
Should we show the sign up dialog to new users?.
- isSuccessful() - Method in interface com.captainup.android.core.response.CaptainUpResponse
-
Returns whether or not the request was successful
- IsTabSelected() - Method in class com.captainup.android.ui.TabView
-
- isToastsNotifications() - Method in interface com.captainup.android.framework.CaptainUpProperties
-
- isUnlimitedStock() - Method in interface com.captainup.android.core.model.Asset
-
An asset can have unlimited stock, you can set up unlimited stock for an asset in the admin panel.
- isUnread() - Method in interface com.captainup.android.framework.InboxItem
-
Was this message read before or not.
- isVisible() - Method in interface com.captainup.android.core.model.Badge
-
A badge that is not visible will be hidden from users that have not achieved it.