- getAchievementsList(SwarmAchievement.GotAchievementsListCB) - Static method in class com.swarmconnect.SwarmAchievement
-
Get the full list of Achievements for this app.
- getAchievementsMap(SwarmAchievement.GotAchievementsMapCB) - Static method in class com.swarmconnect.SwarmAchievement
-
Get a map of Achievements for this app.
- getAllThreads(SwarmMessageThread.GotThreadsCB) - Static method in class com.swarmconnect.SwarmMessageThread
-
Gets all threads for the user (regardless of whether or not they have been viewed by the user).
- getCloudData(String, SwarmActiveUser.GotCloudDataCB) - Method in class com.swarmconnect.SwarmActiveUser
-
Retrieve the user's data from the cloud via a key-value pair.
- getCoins(SwarmActiveUser.GotUserCoinsCB) - Method in class com.swarmconnect.SwarmActiveUser
-
Get this user's current Swarm Coin balance.
- getCurrentProviders() - Method in class com.swarmconnect.SwarmGetCoinsScreen
-
- getData(SwarmLeaderboardScore.GotDataCB) - Method in class com.swarmconnect.SwarmLeaderboardScore
-
Get the corresponding String payload data associated with this SwarmLeaderboardScore
- getFriendRequests(SwarmActiveUser.GotFriendsCB) - Method in class com.swarmconnect.SwarmActiveUser
-
Get the list of all pending friend requests.
- getFriends(SwarmActiveUser.GotFriendsCB) - Method in class com.swarmconnect.SwarmActiveUser
-
Get the list of all friends and all pending friend requests.
- getIconId(Context) - Method in class com.swarmconnect.NotificationAchievement
-
- getIconId(Context) - Method in class com.swarmconnect.NotificationFriend
-
- getIconId(Context) - Method in class com.swarmconnect.NotificationGotCoins
-
- getIconId(Context) - Method in class com.swarmconnect.NotificationLeaderboard
-
- getIconId(Context) - Method in class com.swarmconnect.NotificationMessage
-
- getIconId(Context) - Method in class com.swarmconnect.NotificationOnline
-
- getIconId(Context) - Method in class com.swarmconnect.NotificationPurchase
-
- getIconId(Context) - Method in class com.swarmconnect.SwarmNotification
-
- getInventory(SwarmActiveUser.GotInventoryCB) - Method in class com.swarmconnect.SwarmActiveUser
-
Get the user's SwarmUserInventory
- getItem(int) - Method in class com.swarmconnect.SwarmUserInventory
-
Get the SwarmStoreItem in the user's inventory that has the same itemId as the specified param itemId
- getItemList() - Method in class com.swarmconnect.SwarmUserInventory
-
Get the list of SwarmStoreItems in the user's SwarmUserInventory.
- getItemQuantity(int, SwarmActiveUser.GotItemQuantityCB) - Method in class com.swarmconnect.SwarmActiveUser
-
Check to see if the user's inventory contains the item and get the quantity of the item specified by the itemId.
- getItemQuantity(SwarmStoreItem) - Method in class com.swarmconnect.SwarmUserInventory
-
Get the quantity of the specified SwarmStoreItem that may (or may not) exist in the user's SwarmUserInventory.
- getItemQuantity(int) - Method in class com.swarmconnect.SwarmUserInventory
-
Get the quantity of the specified itemId that may (or may not) exist in the user's SwarmUserInventory.
- getLeaderboardById(int, SwarmLeaderboard.GotLeaderboardCB) - Static method in class com.swarmconnect.SwarmLeaderboard
-
Get a specified Leaderboard.
- getLeaderboardsList(SwarmLeaderboard.GotLeaderboardsListCB) - Static method in class com.swarmconnect.SwarmLeaderboard
-
Get a list of available Leaderboards for this application.
- getListingById(int, SwarmStore.GotStoreListingCB) - Static method in class com.swarmconnect.SwarmStore
-
Get a SwarmStoreListing by Id.
- getLogoIconId(Context) - Method in class com.swarmconnect.SwarmNotification
-
- getMessage(Context) - Method in class com.swarmconnect.NotificationAchievement
-
- getMessage(Context) - Method in class com.swarmconnect.NotificationFriend
-
- getMessage(Context) - Method in class com.swarmconnect.NotificationGotCoins
-
- getMessage(Context) - Method in class com.swarmconnect.NotificationLeaderboard
-
- getMessage(Context) - Method in class com.swarmconnect.NotificationMessage
-
- getMessage(Context) - Method in class com.swarmconnect.NotificationOnline
-
- getMessage(Context) - Method in class com.swarmconnect.NotificationPurchase
-
- getMessage(Context) - Method in class com.swarmconnect.SwarmNotification
-
- getMessages(SwarmMessageThread.GotMessagesCB) - Method in class com.swarmconnect.SwarmMessageThread
-
Gets the messages contained in this SwarmMessageThread.
- getMessages(int, SwarmMessageThread.GotMessagesCB) - Static method in class com.swarmconnect.SwarmMessageThread
-
Gets all messages contained within a SwarmMessageThread (specified by the threadId).
- getMessages(int, int, SwarmMessageThread.GotMessagesCB) - Static method in class com.swarmconnect.SwarmMessageThread
-
Gets all messages that were sent by a user (specified by the otherUserId) contained within a SwarmMessageThread (specified by the threadId).
- getNumNewMessages(SwarmMessageThread.GotNumMessages) - Static method in class com.swarmconnect.SwarmMessageThread
-
Gets the number of threads that have not yet been viewed by the user.
- getOnlineStatus(SwarmUser.GotUserStatusCB) - Method in class com.swarmconnect.SwarmUser
-
Get the SwarmUser's online status and if the user is online, which SwarmApplication the user is logged into.
- getPageOfScores(int, SwarmLeaderboard.DateRange, SwarmLeaderboard.SocialScope, SwarmLeaderboard.GotScoresCB) - Method in class com.swarmconnect.SwarmLeaderboard
-
Get a specified page of scores for this Leaderboard.
- getPageOfScoresForCurrentUser(SwarmLeaderboard.DateRange, SwarmLeaderboard.GotScoresCB) - Method in class com.swarmconnect.SwarmLeaderboard
-
Get the page of scores for this Leaderboard that contains the user's score.
- getScoreForUser(int, SwarmLeaderboard.GotScoreCB) - Method in class com.swarmconnect.SwarmLeaderboard
-
Get the SwarmLeaderboardScore for a particular user on this Leaderboard.
- getScoreForUser(SwarmUser, SwarmLeaderboard.GotScoreCB) - Method in class com.swarmconnect.SwarmLeaderboard
-
Get the SwarmLeaderboardScore for a particular user on this Leaderboard.
- getSentDate() - Method in class com.swarmconnect.SwarmMessage
-
Get the date that this SwarmMessage was sent.
- getStore(SwarmStore.GotSwarmStoreCB) - Static method in class com.swarmconnect.SwarmStore
-
Get the top-level SwarmStore object for this app.
- getTitle(Context) - Method in class com.swarmconnect.NotificationAchievement
-
- getTitle(Context) - Method in class com.swarmconnect.NotificationFriend
-
- getTitle(Context) - Method in class com.swarmconnect.NotificationGotCoins
-
- getTitle(Context) - Method in class com.swarmconnect.NotificationLeaderboard
-
- getTitle(Context) - Method in class com.swarmconnect.NotificationMessage
-
- getTitle(Context) - Method in class com.swarmconnect.NotificationOnline
-
- getTitle(Context) - Method in class com.swarmconnect.NotificationPurchase
-
- getTitle(Context) - Method in class com.swarmconnect.SwarmNotification
-
- getTopScores(SwarmLeaderboard.DateRange, SwarmLeaderboard.GotScoresCB) - Method in class com.swarmconnect.SwarmLeaderboard
-
Get the top page of scores for this Leaderboard.
- getUnlockDate(SwarmAchievement.AchievementUnlockedCB) - Method in class com.swarmconnect.SwarmAchievement
-
Get the date that the user unlocked this achievement.
- getUser(int, SwarmUser.GotUserCB) - Static method in class com.swarmconnect.SwarmUser
-
Get a requested SwarmUser by id.
- getUser(String, SwarmUser.GotUserCB) - Static method in class com.swarmconnect.SwarmUser
-
Get a requested SwarmUser by username.
- getView(Context) - Method in class com.swarmconnect.SwarmNotification
-
- gotCoins(int) - Method in class com.swarmconnect.SwarmActiveUser.GotUserCoinsCB
-
- gotData(String) - Method in class com.swarmconnect.SwarmActiveUser.GotCloudDataCB
-
- gotData(String) - Method in class com.swarmconnect.SwarmLeaderboardScore.GotDataCB
-
- gotFriends(List<SwarmUser>, List<SwarmUser>) - Method in class com.swarmconnect.SwarmActiveUser.GotFriendsCB
-
- gotInventory(SwarmUserInventory) - Method in class com.swarmconnect.SwarmActiveUser.GotInventoryCB
-
- gotLeaderboard(SwarmLeaderboard) - Method in class com.swarmconnect.SwarmLeaderboard.GotLeaderboardCB
-
- gotList(List<SwarmAchievement>) - Method in class com.swarmconnect.SwarmAchievement.GotAchievementsListCB
-
- gotList(List<SwarmLeaderboard>) - Method in class com.swarmconnect.SwarmLeaderboard.GotLeaderboardsListCB
-
- gotMap(Map<Integer, SwarmAchievement>) - Method in class com.swarmconnect.SwarmAchievement.GotAchievementsMapCB
-
- gotMessages(List<SwarmMessage>) - Method in class com.swarmconnect.SwarmMessageThread.GotMessagesCB
-
- gotNotification(SwarmNotification) - Method in interface com.swarmconnect.delegates.SwarmNotificationDelegate
-
- gotNumMessages(int) - Method in class com.swarmconnect.SwarmMessageThread.GotNumMessages
-
- gotScore(SwarmLeaderboardScore) - Method in class com.swarmconnect.SwarmLeaderboard.GotScoreCB
-
- gotScores(int, List<SwarmLeaderboardScore>) - Method in class com.swarmconnect.SwarmLeaderboard.GotScoresCB
-
- gotStore(SwarmStore) - Method in class com.swarmconnect.SwarmStore.GotSwarmStoreCB
-
- gotStoreListing(SwarmStoreListing) - Method in class com.swarmconnect.SwarmStore.GotStoreListingCB
-
- gotThreads(List<SwarmMessageThread>) - Method in class com.swarmconnect.SwarmMessageThread.GotThreadsCB
-
- gotUser(SwarmUser) - Method in class com.swarmconnect.SwarmUser.GotUserCB
-
- gotUserStatus(SwarmApplication, boolean) - Method in class com.swarmconnect.SwarmUser.GotUserStatusCB
-
- iconUrl - Variable in class com.swarmconnect.SwarmApplication
-
The URL that contains the icon for this SwarmApplication.
- id - Variable in class com.swarmconnect.SwarmAchievement
-
This Swarm Achievement's unique integer identification number.
- id - Variable in class com.swarmconnect.SwarmApplication
-
The unique identification number of this SwarmApplication.
- id - Variable in class com.swarmconnect.SwarmLeaderboard
-
This Leaderboard's unique integer identification number.
- id - Variable in class com.swarmconnect.SwarmLeaderboardScore
-
The id of this SwarmLeaderboardScore
- id - Variable in class com.swarmconnect.SwarmMessage
-
The unique identification number for this SwarmMessage.
- id - Variable in class com.swarmconnect.SwarmMessageThread
-
The unique identification number.
- id - Variable in class com.swarmconnect.SwarmNotification
-
- id - Variable in class com.swarmconnect.SwarmStoreCategory
-
The unique identification number for this SwarmStoreCategory.
- id - Variable in class com.swarmconnect.SwarmStoreItem
-
The unique SwarmStoreItem identifier
- id - Variable in class com.swarmconnect.SwarmStoreListing
-
The unique identification number of this SwarmStoreListing.
- imageUrl - Variable in class com.swarmconnect.SwarmStoreListing
-
The URL that points to the image associated with this SwarmStoreListing.
- init(Activity, int, String) - Static method in class com.swarmconnect.Swarm
-
Initializes Swarm.
- init(Activity, int, String, SwarmLoginListener) - Static method in class com.swarmconnect.Swarm
-
Initializes Swarm.
- isEnabled() - Static method in class com.swarmconnect.Swarm
-
Checks if Swarm is enabled.
- isGuestAccount() - Method in class com.swarmconnect.SwarmActiveUser
-
Checks if the user is using a guest account.
- isInitialized() - Static method in class com.swarmconnect.Swarm
-
Checks if Swarm is initialized.
- isLoggedIn() - Static method in class com.swarmconnect.Swarm
-
Checks if the user is logged in.
- isOfflineGuest() - Method in class com.swarmconnect.SwarmActiveUser
-
Checks if the user is using a guest account that is offline.
- isOnline() - Static method in class com.swarmconnect.Swarm
-
Checks if Swarm is running in online mode for this user.
- isSwarmEnabled() - Static method in class com.swarmconnect.Swarm
-
Deprecated.
please use Swarm.isEnabled()
Checks if Swarm is enabled. Swarm is enabled if a user has logged in at least one time before (has accepted terms and conditions).
- isUnlocked(SwarmAchievement.AchievementUnlockedCB) - Method in class com.swarmconnect.SwarmAchievement
-
Check to see if this Achievement is unlocked.
- isUnlocked(int, SwarmAchievement.AchievementUnlockedCB) - Static method in class com.swarmconnect.SwarmAchievement
-
Check to see if the specified Achievement is unlocked.
- item - Variable in class com.swarmconnect.SwarmStoreListing
-
The SwarmStoreItem that is contained by this SwarmStoreListing.
- packageName - Variable in class com.swarmconnect.SwarmApplication
-
The package name (i.e.
- payload - Variable in class com.swarmconnect.SwarmStoreItem
-
Any additional payload data that may be relevant or useful for the app code to understand, interpret, or utilize this SwarmStoreItem.
- points - Variable in class com.swarmconnect.SwarmAchievement
-
The number of Swarm Points that a user will earn by unlocking this achievement.
- points - Variable in class com.swarmconnect.SwarmUser
-
This SwarmUser's current Swarm Point balance.
- preload(Activity, int, String) - Static method in class com.swarmconnect.Swarm
-
An optional method that can be called prior to init.
- price - Variable in class com.swarmconnect.SwarmStoreListing
-
The number of SwarmCoins that it will cost the user to purchase this SwarmStoreListing.
- providerOptions - Static variable in class com.swarmconnect.SwarmGetCoinsScreen
-
- publisherName - Variable in class com.swarmconnect.SwarmApplication
-
The publisher name for this SwarmApplication.
- purchase(Context, SwarmStoreListing.ItemPurchaseCB) - Method in class com.swarmconnect.SwarmStoreListing
-
This method is called when the user purchases a SwarmStoreListing.
- purchase(Context, int) - Static method in class com.swarmconnect.SwarmStoreListing
-
Call this method to prompt the user to purchase the SwarmStoreListing specified by the listingId.
- purchase(Context, int, SwarmStoreListing.ItemPurchaseCB) - Static method in class com.swarmconnect.SwarmStoreListing
-
Call this method to prompt the user to purchase the SwarmStoreListing specified by the listingId.
- PURCHASE_CANCELED - Static variable in class com.swarmconnect.SwarmStoreListing
-
The value returned by the ItemPurchaseCB if the purchase was intentionally cancelled by the user.
- PURCHASE_FAILED_ALREADY_PURCHASED - Static variable in class com.swarmconnect.SwarmStoreListing
-
The value returned by the ItemPurchaseCB callback if the purchase fails because the item has already been purchased (and the StoreItem isn't consumable - can't have multiples).
- PURCHASE_FAILED_INVALID_ITEM - Static variable in class com.swarmconnect.SwarmStoreListing
-
The value returned by the ItemPurchaseCB callback if the user attempted to purchase a SwarmStoreListing that
contained an invalid SwarmStoreItem.
- PURCHASE_FAILED_INVALID_STORE - Static variable in class com.swarmconnect.SwarmStoreListing
-
The value returned by the ItemPurchaseCB callback if the user attempted to purchase an invalid SwarmStoreListing.
- PURCHASE_FAILED_NO_COINS - Static variable in class com.swarmconnect.SwarmStoreListing
-
The value returned by the ItemPurchaseCB callback if the user attempted to purchase a SwarmStoreListing but has
an insufficient number of Swarm Coins.
- PURCHASE_FAILED_NO_INTERNET - Static variable in class com.swarmconnect.SwarmStoreListing
-
The value returned by the ItemPurchaseCB callback if the purchase fails because of a loss of internet connectivity.
- PURCHASE_FAILED_OTHER - Static variable in class com.swarmconnect.SwarmStoreListing
-
The value returned by the ItemPurchaseCB callback if the purchase fails for an unspecified reason.
- PURCHASE_SUCCESS - Static variable in class com.swarmconnect.SwarmStoreListing
-
The value returned by the ItemPurchaseCB if the purchase was successful.
- purchaseFailed(int) - Method in class com.swarmconnect.SwarmStoreListing.ItemPurchaseCB
-
- purchaseSuccess() - Method in class com.swarmconnect.SwarmStoreListing.ItemPurchaseCB
-
- saveCloudData(String, String) - Method in class com.swarmconnect.SwarmActiveUser
-
Save the user's data to the cloud via a key-value pair.
- saveCloudData(String, String, SwarmActiveUser.SaveCloudDataCB) - Method in class com.swarmconnect.SwarmActiveUser
-
Deprecated.
- score - Variable in class com.swarmconnect.NotificationLeaderboard
-
The SwarmLeaderBoardScore for the leaderboard notification.
- score - Variable in class com.swarmconnect.SwarmLeaderboardScore
-
The score for this SwarmLeaderboardScore
- scoreSubmitted(int) - Method in class com.swarmconnect.SwarmLeaderboard.SubmitScoreCB
-
- sendFailed() - Method in class com.swarmconnect.SwarmMessageThread.SentMessageCB
-
- sendMessage(int, String, SwarmMessageThread.SentMessageCB) - Static method in class com.swarmconnect.SwarmMessage
-
Send a message from this user to another user.
- sentMessage(boolean, int) - Method in class com.swarmconnect.SwarmMessageThread.SentMessageCB
-
- setAchievementNotificationsEnabled(boolean) - Static method in class com.swarmconnect.Swarm
-
Configure whether or not achievement popup notifications are enabled.
- setActive(Activity) - Static method in class com.swarmconnect.Swarm
-
Gives Swarm a handle to the specified (current) Activity.
- setAllNotificationsEnabled(boolean) - Static method in class com.swarmconnect.Swarm
-
Configure whether or not all popup notifications are enabled.
- setAllowGuests(boolean) - Static method in class com.swarmconnect.Swarm
-
Configure whether or not Swarm will allow users to login with guest accounts.
- setInactive(Activity) - Static method in class com.swarmconnect.Swarm
-
Removes Swarm's handle to the specified (current) Activity.
- setLeaderboardNotificationsEnabled(boolean) - Static method in class com.swarmconnect.Swarm
-
Configure whether or not leaderboard popup notifications are enabled.
- show(int) - Static method in class com.swarmconnect.Swarm
-
- show(int) - Method in class com.swarmconnect.SwarmMainActivity
-
- showAchievements() - Static method in class com.swarmconnect.Swarm
-
Display the achievements screen to the user.
- showDashboard() - Static method in class com.swarmconnect.Swarm
-
Display the dashboard screen to the user.
- showGetCoins() - Static method in class com.swarmconnect.Swarm
-
Displays options to the user that allow the user to get more Swarm coins.
- showLeaderboard() - Method in class com.swarmconnect.SwarmLeaderboard
-
Display this Leaderboard to the user.
- showLeaderboard(SwarmLeaderboard.DateRange) - Method in class com.swarmconnect.SwarmLeaderboard
-
Display this Leaderboard to the user with the specified default date range using one of SwarmLeaderboard.DateRange.XXXXX values
- showLeaderboard(int) - Static method in class com.swarmconnect.SwarmLeaderboard
-
Display the specified Leaderboard to the user.
- showLeaderboard(int, SwarmLeaderboard.DateRange) - Static method in class com.swarmconnect.SwarmLeaderboard
-
Display the specified Leaderboard to the user with the specified default date range using one of SwarmLeaderboard.DateRange.XXXXX values.
- showLeaderboards() - Static method in class com.swarmconnect.Swarm
-
Display the leaderboard screen to the user.
- showLogin() - Static method in class com.swarmconnect.Swarm
-
Display the Swarm login screen to the user.
- showStore() - Static method in class com.swarmconnect.Swarm
-
Display the store screen to the user.
- startActivity(Intent) - Method in class com.swarmconnect.SwarmMainActivity
-
- submitPendingCloudData() - Method in class com.swarmconnect.SwarmActiveUser
-
Data being sent to the cloud is batched (up to a 5 second delay) for efficiency purposes
This method allows you to force any pending data to be immediately sent.
- submitScore(float) - Method in class com.swarmconnect.SwarmLeaderboard
-
Submit a score to this Leaderboard.
- submitScore(float, String) - Method in class com.swarmconnect.SwarmLeaderboard
-
Submit a score to this Leaderboard.
- submitScore(float, String, SwarmLeaderboard.SubmitScoreCB) - Method in class com.swarmconnect.SwarmLeaderboard
-
Submit a score to this Leaderboard.
- submitScore(int, float) - Static method in class com.swarmconnect.SwarmLeaderboard
-
Submit a score to the specified Leaderboard.
- submitScore(int, float, String) - Static method in class com.swarmconnect.SwarmLeaderboard
-
Submit a score to the specified Leaderboard.
- submitScore(int, float, String, SwarmLeaderboard.SubmitScoreCB) - Static method in class com.swarmconnect.SwarmLeaderboard
-
Submit a score to the specified Leaderboard.
- submitScoreAndShowLeaderboard(int, float) - Static method in class com.swarmconnect.SwarmLeaderboard
-
Submit a score to the specified Leaderboard and then immediately show the specified Leaderboard.
- submitScoreAndShowLeaderboard(int, float, String) - Static method in class com.swarmconnect.SwarmLeaderboard
-
Submit a score to the specified Leaderboard and then immediately show the specified Leaderboard.
- Swarm - Class in com.swarmconnect
-
- Swarm() - Constructor for class com.swarmconnect.Swarm
-
- SwarmAchievement - Class in com.swarmconnect
-
Contains variables and methods for Swarm Achievements
- SwarmAchievement() - Constructor for class com.swarmconnect.SwarmAchievement
-
The default empty constructor.
- SwarmAchievement.AchievementUnlockedCB - Class in com.swarmconnect
-
- SwarmAchievement.AchievementUnlockedCB() - Constructor for class com.swarmconnect.SwarmAchievement.AchievementUnlockedCB
-
- SwarmAchievement.GotAchievementsListCB - Class in com.swarmconnect
-
- SwarmAchievement.GotAchievementsListCB() - Constructor for class com.swarmconnect.SwarmAchievement.GotAchievementsListCB
-
- SwarmAchievement.GotAchievementsMapCB - Class in com.swarmconnect
-
- SwarmAchievement.GotAchievementsMapCB() - Constructor for class com.swarmconnect.SwarmAchievement.GotAchievementsMapCB
-
- SwarmActiveUser - Class in com.swarmconnect
-
- SwarmActiveUser(SwarmUser) - Constructor for class com.swarmconnect.SwarmActiveUser
-
- SwarmActiveUser.FriendRequestCB - Class in com.swarmconnect
-
- SwarmActiveUser.FriendRequestCB() - Constructor for class com.swarmconnect.SwarmActiveUser.FriendRequestCB
-
- SwarmActiveUser.GotCloudDataCB - Class in com.swarmconnect
-
- SwarmActiveUser.GotCloudDataCB() - Constructor for class com.swarmconnect.SwarmActiveUser.GotCloudDataCB
-
- SwarmActiveUser.GotFriendsCB - Class in com.swarmconnect
-
- SwarmActiveUser.GotFriendsCB() - Constructor for class com.swarmconnect.SwarmActiveUser.GotFriendsCB
-
- SwarmActiveUser.GotInventoryCB - Class in com.swarmconnect
-
- SwarmActiveUser.GotInventoryCB() - Constructor for class com.swarmconnect.SwarmActiveUser.GotInventoryCB
-
- SwarmActiveUser.GotItemQuantityCB - Class in com.swarmconnect
-
- SwarmActiveUser.GotItemQuantityCB() - Constructor for class com.swarmconnect.SwarmActiveUser.GotItemQuantityCB
-
- SwarmActiveUser.GotUserCoinsCB - Class in com.swarmconnect
-
- SwarmActiveUser.GotUserCoinsCB() - Constructor for class com.swarmconnect.SwarmActiveUser.GotUserCoinsCB
-
- SwarmActiveUser.SaveCloudDataCB - Class in com.swarmconnect
-
- SwarmActiveUser.SaveCloudDataCB() - Constructor for class com.swarmconnect.SwarmActiveUser.SaveCloudDataCB
-
- SwarmActivity - Class in com.swarmconnect
-
- SwarmActivity() - Constructor for class com.swarmconnect.SwarmActivity
-
- SwarmApplication - Class in com.swarmconnect
-
- SwarmApplication() - Constructor for class com.swarmconnect.SwarmApplication
-
- SwarmConnectivityReceiver - Class in com.swarmconnect
-
- SwarmConnectivityReceiver() - Constructor for class com.swarmconnect.SwarmConnectivityReceiver
-
- SwarmGetCoinsScreen - Class in com.swarmconnect
-
- SwarmGetCoinsScreen() - Constructor for class com.swarmconnect.SwarmGetCoinsScreen
-
- SwarmGetCoinsScreen.CoinProvider - Enum in com.swarmconnect
-
- SwarmLeaderboard - Class in com.swarmconnect
-
Contains variables and methods for interacting with Swarm Leaderboards
- SwarmLeaderboard() - Constructor for class com.swarmconnect.SwarmLeaderboard
-
- SwarmLeaderboard.DateRange - Enum in com.swarmconnect
-
Various available Leaderboard score date ranges.
- SwarmLeaderboard.Direction - Enum in com.swarmconnect
-
Leaderboard sort direction.
- SwarmLeaderboard.GotLeaderboardCB - Class in com.swarmconnect
-
- SwarmLeaderboard.GotLeaderboardCB() - Constructor for class com.swarmconnect.SwarmLeaderboard.GotLeaderboardCB
-
- SwarmLeaderboard.GotLeaderboardsListCB - Class in com.swarmconnect
-
- SwarmLeaderboard.GotLeaderboardsListCB() - Constructor for class com.swarmconnect.SwarmLeaderboard.GotLeaderboardsListCB
-
- SwarmLeaderboard.GotScoreCB - Class in com.swarmconnect
-
- SwarmLeaderboard.GotScoreCB() - Constructor for class com.swarmconnect.SwarmLeaderboard.GotScoreCB
-
- SwarmLeaderboard.GotScoresCB - Class in com.swarmconnect
-
- SwarmLeaderboard.GotScoresCB() - Constructor for class com.swarmconnect.SwarmLeaderboard.GotScoresCB
-
- SwarmLeaderboard.KeepScores - Enum in com.swarmconnect
-
Keep the best scores, or keep the most recent scores submitted to this leaderboard.
- SwarmLeaderboard.LeaderboardFormat - Enum in com.swarmconnect
-
The enum for the different available Leaderboard format types.
- SwarmLeaderboard.SocialScope - Enum in com.swarmconnect
-
Various available Leaderboard score scopes.
- SwarmLeaderboard.SubmitScoreCB - Class in com.swarmconnect
-
- SwarmLeaderboard.SubmitScoreCB() - Constructor for class com.swarmconnect.SwarmLeaderboard.SubmitScoreCB
-
- SwarmLeaderboardScore - Class in com.swarmconnect
-
- SwarmLeaderboardScore() - Constructor for class com.swarmconnect.SwarmLeaderboardScore
-
- SwarmLeaderboardScore.GotDataCB - Class in com.swarmconnect
-
- SwarmLeaderboardScore.GotDataCB() - Constructor for class com.swarmconnect.SwarmLeaderboardScore.GotDataCB
-
- SwarmLoginListener - Interface in com.swarmconnect.delegates
-
- SwarmLoginManager - Class in com.swarmconnect
-
- SwarmLoginManager() - Constructor for class com.swarmconnect.SwarmLoginManager
-
- SwarmMainActivity - Class in com.swarmconnect
-
- SwarmMainActivity() - Constructor for class com.swarmconnect.SwarmMainActivity
-
- SwarmMessage - Class in com.swarmconnect
-
- SwarmMessage() - Constructor for class com.swarmconnect.SwarmMessage
-
- SwarmMessageThread - Class in com.swarmconnect
-
- SwarmMessageThread() - Constructor for class com.swarmconnect.SwarmMessageThread
-
- SwarmMessageThread.GotMessagesCB - Class in com.swarmconnect
-
- SwarmMessageThread.GotMessagesCB() - Constructor for class com.swarmconnect.SwarmMessageThread.GotMessagesCB
-
- SwarmMessageThread.GotNumMessages - Class in com.swarmconnect
-
- SwarmMessageThread.GotNumMessages() - Constructor for class com.swarmconnect.SwarmMessageThread.GotNumMessages
-
- SwarmMessageThread.GotThreadsCB - Class in com.swarmconnect
-
- SwarmMessageThread.GotThreadsCB() - Constructor for class com.swarmconnect.SwarmMessageThread.GotThreadsCB
-
- SwarmMessageThread.SentMessageCB - Class in com.swarmconnect
-
- SwarmMessageThread.SentMessageCB() - Constructor for class com.swarmconnect.SwarmMessageThread.SentMessageCB
-
- SwarmNotification - Class in com.swarmconnect
-
- SwarmNotification.NotificationType - Enum in com.swarmconnect
-
- SwarmNotificationDelegate - Interface in com.swarmconnect.delegates
-
- SwarmStore - Class in com.swarmconnect
-
- SwarmStore() - Constructor for class com.swarmconnect.SwarmStore
-
- SwarmStore.GotStoreListingCB - Class in com.swarmconnect
-
- SwarmStore.GotStoreListingCB() - Constructor for class com.swarmconnect.SwarmStore.GotStoreListingCB
-
- SwarmStore.GotSwarmStoreCB - Class in com.swarmconnect
-
- SwarmStore.GotSwarmStoreCB() - Constructor for class com.swarmconnect.SwarmStore.GotSwarmStoreCB
-
- SwarmStoreCategory - Class in com.swarmconnect
-
- SwarmStoreCategory() - Constructor for class com.swarmconnect.SwarmStoreCategory
-
- SwarmStoreItem - Class in com.swarmconnect
-
- SwarmStoreItem() - Constructor for class com.swarmconnect.SwarmStoreItem
-
- SwarmStoreListing - Class in com.swarmconnect
-
- SwarmStoreListing() - Constructor for class com.swarmconnect.SwarmStoreListing
-
- SwarmStoreListing.ItemPurchaseCB - Class in com.swarmconnect
-
- SwarmStoreListing.ItemPurchaseCB() - Constructor for class com.swarmconnect.SwarmStoreListing.ItemPurchaseCB
-
- SwarmUser - Class in com.swarmconnect
-
- SwarmUser() - Constructor for class com.swarmconnect.SwarmUser
-
- SwarmUser(int) - Constructor for class com.swarmconnect.SwarmUser
-
- SwarmUser.GotUserCB - Class in com.swarmconnect
-
- SwarmUser.GotUserCB() - Constructor for class com.swarmconnect.SwarmUser.GotUserCB
-
- SwarmUser.GotUserStatusCB - Class in com.swarmconnect
-
- SwarmUser.GotUserStatusCB() - Constructor for class com.swarmconnect.SwarmUser.GotUserStatusCB
-
- SwarmUserInventory - Class in com.swarmconnect
-
- valueOf(String) - Static method in enum com.swarmconnect.SwarmGetCoinsScreen.CoinProvider
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.swarmconnect.SwarmLeaderboard.DateRange
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.swarmconnect.SwarmLeaderboard.Direction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.swarmconnect.SwarmLeaderboard.KeepScores
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.swarmconnect.SwarmLeaderboard.LeaderboardFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.swarmconnect.SwarmLeaderboard.SocialScope
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.swarmconnect.SwarmNotification.NotificationType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.swarmconnect.SwarmGetCoinsScreen.CoinProvider
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.swarmconnect.SwarmLeaderboard.DateRange
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.swarmconnect.SwarmLeaderboard.Direction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.swarmconnect.SwarmLeaderboard.KeepScores
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.swarmconnect.SwarmLeaderboard.LeaderboardFormat
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.swarmconnect.SwarmLeaderboard.SocialScope
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.swarmconnect.SwarmNotification.NotificationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- viewed - Variable in class com.swarmconnect.SwarmMessageThread
-
True if the most recent message in the thread has been viewed, false otherwise.