A C D E F G H I K L M N O P Q R S T U V 

A

accepted - Variable in class com.swarmconnect.NotificationFriend
True if the friend has accepted the friend request, false otherwise.
acceptFriendRequest(int, SwarmActiveUser.FriendRequestCB) - Method in class com.swarmconnect.SwarmActiveUser
Accept the friend request from another user.
achievement - Variable in class com.swarmconnect.NotificationAchievement
The SwarmAchievement for this achievement notification.
achievementUnlocked(boolean, Date) - Method in class com.swarmconnect.SwarmAchievement.AchievementUnlockedCB
 
addFriend(int, SwarmActiveUser.FriendRequestCB) - Method in class com.swarmconnect.SwarmActiveUser
Send a friend request to another user.
addLoginListener(SwarmLoginListener) - Static method in class com.swarmconnect.Swarm
Deprecated.
Please use SwarmLoginManager.addLoginListener() Add a SwarmLoginListener. The SwarmLoginListener offers access to different stages of the user's login and logout process.
addLoginListener(SwarmLoginListener) - Static method in class com.swarmconnect.SwarmLoginManager
Add a SwarmLoginListener.
addNotificationDelegate(SwarmNotificationDelegate) - Static method in class com.swarmconnect.Swarm
Add a SwarmNotificationDelegate.
addProvider(SwarmGetCoinsScreen.CoinProvider) - Static method in class com.swarmconnect.SwarmGetCoinsScreen
 
app - Variable in class com.swarmconnect.NotificationOnline
The SwarmApplication that the user's friend just opened or just exited.

C

categories - Variable in class com.swarmconnect.SwarmStore
The SwarmStoreCategory List that is contained within this SwarmStore.
com.swarmconnect - package com.swarmconnect
 
com.swarmconnect.delegates - package com.swarmconnect.delegates
 
compareTo(SwarmLeaderboardScore) - Method in class com.swarmconnect.SwarmLeaderboardScore
Compare this SwarmLeaderboardScore to another SwarmLeaderboardScore to determine which of the two SwarmLeaderboardScores has a greater rank value.
consumable - Variable in class com.swarmconnect.SwarmStoreItem
The item is consumable if this value is true.
consumeItem(int) - Method in class com.swarmconnect.SwarmActiveUser
Consume the specified item in the user's inventory.
consumeItem(int) - Method in class com.swarmconnect.SwarmUserInventory
Consuming a consumable SwarmStoreItem item will decrease the quantity of the item in the user's SwarmUserInventory by 1.
consumeItem(SwarmStoreItem) - Method in class com.swarmconnect.SwarmUserInventory
Consuming a consumable SwarmStoreItem will decrease the quantity of the item in the user's inventory by 1.
containsItem(int) - Method in class com.swarmconnect.SwarmActiveUser.GotItemQuantityCB
 
containsItem(SwarmStoreItem) - Method in class com.swarmconnect.SwarmUserInventory
Check the user's SwarmUserInventory to see if it contains the specified param SwarmStoreItem.
containsItem(int) - Method in class com.swarmconnect.SwarmUserInventory
Check the user's SwarmUserInventory to see if it contains a SwarmStoreItem that corresponds to the specified SwarmStoreItem itemId

D

data - Variable in class com.swarmconnect.SwarmNotification
 
dataSaved() - Method in class com.swarmconnect.SwarmActiveUser.SaveCloudDataCB
 
deleteFriend(int, SwarmActiveUser.FriendRequestCB) - Method in class com.swarmconnect.SwarmActiveUser
Remove a friend from this user's friends list.
description - Variable in class com.swarmconnect.SwarmAchievement
The description that tells the user how to unlock this achievement.
description - Variable in class com.swarmconnect.SwarmStoreItem
The description of the SwarmStoreItem, as specified by the developer.
direction - Variable in class com.swarmconnect.SwarmLeaderboard
 
downloadUrl - Variable in class com.swarmconnect.SwarmApplication
 

E

enableAlternativeMarketCompatability() - Static method in class com.swarmconnect.Swarm
Disables Android Market links from within Swarm.

F

finish() - Method in class com.swarmconnect.SwarmMainActivity
 
format - Variable in class com.swarmconnect.NotificationLeaderboard
 
format - Variable in class com.swarmconnect.SwarmLeaderboard
This Leaderboard's format.
friend - Variable in class com.swarmconnect.NotificationFriend
The SwarmUser for the friend notification.
from - Variable in class com.swarmconnect.SwarmMessage
The SwarmUser that sent this SwarmMessage.

G

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
 

H

hidden - Variable in class com.swarmconnect.SwarmAchievement
If true, this achievement is not visible to the user in the app's list of achievements until it is unlocked.

I

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.

K

keep_count - Variable in class com.swarmconnect.SwarmLeaderboard
The number of scores to keep per player on the leaderboard.
keep_scores - Variable in class com.swarmconnect.SwarmLeaderboard
 

L

lastMessage - Variable in class com.swarmconnect.SwarmMessageThread
The text of the most recent message in the thread.
listing - Variable in class com.swarmconnect.NotificationPurchase
The SwarmStoreListing for the purchase notification.
listings - Variable in class com.swarmconnect.SwarmStoreCategory
A List of SwarmStoreListings that are contained within this SwarmStoreCategory.
loginCanceled() - Method in interface com.swarmconnect.delegates.SwarmLoginListener
This method is called if the user intentionally cancels logging in.
loginStarted() - Method in interface com.swarmconnect.delegates.SwarmLoginListener
This method is called when the login process has started (when a login dialog is displayed to the user).
logOut() - Static method in class com.swarmconnect.Swarm
Logs the user out of Swarm.

M

markRead() - Method in class com.swarmconnect.SwarmMessageThread
Marks the message thread as read (similar to marking an email in your inbox as read).
max_version - Variable in class com.swarmconnect.SwarmLeaderboard
The maximum app version number that will use this leaderboard
message - Variable in class com.swarmconnect.NotificationMessage
The SwarmMessage for the message notification.
message - Variable in class com.swarmconnect.SwarmMessage
The String contents of this SwarmMessage.
min_version - Variable in class com.swarmconnect.SwarmLeaderboard
The minimum app version number that will use this leaderboard.

N

name - Variable in class com.swarmconnect.SwarmApplication
The name of this SwarmApplication.
name - Variable in class com.swarmconnect.SwarmLeaderboard
This Leaderboard's name (i.e.
name - Variable in class com.swarmconnect.SwarmStoreCategory
The name of this SwarmStoreCategory that will be displayed to the user when the user is browsing the SwarmStore.
name - Variable in class com.swarmconnect.SwarmStoreItem
The name of the SwarmStoreItem as specified by the developer.
NotificationAchievement - Class in com.swarmconnect
 
NotificationFriend - Class in com.swarmconnect
 
NotificationGotCoins - Class in com.swarmconnect
 
NotificationLeaderboard - Class in com.swarmconnect
 
NotificationMessage - Class in com.swarmconnect
 
NotificationOnline - Class in com.swarmconnect
 
NotificationPurchase - Class in com.swarmconnect
 
numNewMessages - Variable in class com.swarmconnect.SwarmActiveUser
The number of new, unread messages.

O

onConfigurationChanged(Configuration) - Method in class com.swarmconnect.SwarmMainActivity
 
onCreate(Bundle) - Method in class com.swarmconnect.SwarmGetCoinsScreen
 
onCreate(Bundle) - Method in class com.swarmconnect.SwarmMainActivity
 
onDestroy() - Method in class com.swarmconnect.SwarmMainActivity
 
onKeyDown(int, KeyEvent) - Method in class com.swarmconnect.SwarmMainActivity
 
online - Variable in class com.swarmconnect.NotificationOnline
True if the user is online, false otherwise.
onPause() - Method in class com.swarmconnect.SwarmMainActivity
 
onReceive(Context, Intent) - Method in class com.swarmconnect.SwarmConnectivityReceiver
 
onResume() - Method in class com.swarmconnect.SwarmGetCoinsScreen
 
onResume() - Method in class com.swarmconnect.SwarmMainActivity
 
onStop() - Method in class com.swarmconnect.SwarmMainActivity
 
orderId - Variable in class com.swarmconnect.SwarmAchievement
Identifies this Swarm Achievement's position in the Swarm Achievement list.
orderId - Variable in class com.swarmconnect.SwarmStoreListing
Identifies this Listing's position in the Swarm Store list.
otherUser - Variable in class com.swarmconnect.SwarmMessageThread
The other user that is participating in the message thread.

P

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
 

Q

quantity - Variable in class com.swarmconnect.SwarmStoreListing
The quantity of SwarmStoreItems associated with this SwarmStoreListing.

R

rank - Variable in class com.swarmconnect.SwarmLeaderboardScore
The rank for this SwarmLeaderboardScore, rank 1 = first place.
refresh() - Method in class com.swarmconnect.SwarmMainActivity
 
refresh(SwarmActiveUser.GotInventoryCB) - Method in class com.swarmconnect.SwarmUserInventory
Refresh the SwarmStoreItems and corresponding quantities of those items in the user's SwarmUserInventory.
removeLoginListener(SwarmLoginListener) - Static method in class com.swarmconnect.Swarm
Deprecated.
Please use SwarmLoginManager.removeLoginListener() Remove a SwarmLoginListener.
removeLoginListener(SwarmLoginListener) - Static method in class com.swarmconnect.SwarmLoginManager
Remove a SwarmLoginListener.
removeNotificationDelegate(SwarmNotificationDelegate) - Static method in class com.swarmconnect.Swarm
Remove a SwarmNotificationDelegate.
removeProvider(SwarmGetCoinsScreen.CoinProvider) - Static method in class com.swarmconnect.SwarmGetCoinsScreen
 
reply(String, SwarmMessageThread.SentMessageCB) - Method in class com.swarmconnect.SwarmMessageThread
Send a reply to a message thread.
requestSuccess(boolean) - Method in class com.swarmconnect.SwarmActiveUser.FriendRequestCB
 

S

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
 

T

timestamp - Variable in class com.swarmconnect.SwarmLeaderboardScore
The unix timestamp for when the SwarmLeadboardScore was submitted.
timestamp - Variable in class com.swarmconnect.SwarmMessage
The timestamp that indicates when this SwarmMessage was sent.
title - Variable in class com.swarmconnect.SwarmAchievement
The title of this Swarm Achievement that is displayed to the user in the app's achievement list and in the Swarm Notification that is shown to the user when this achievement is unlocked.
title - Variable in class com.swarmconnect.SwarmStoreListing
The title of this SwarmStoreListing.
type - Variable in class com.swarmconnect.SwarmNotification
 

U

unlock() - Method in class com.swarmconnect.SwarmAchievement
Unlock the achievement and display a Swarm Notification to the user showing that this achievement was unlocked.
unlock(SwarmAchievement.AchievementUnlockedCB) - Method in class com.swarmconnect.SwarmAchievement
Unlock the achievement and display a Swarm Notification to the user showing that this achievement was unlocked.
unlock(int) - Static method in class com.swarmconnect.SwarmAchievement
Unlock the achievement specified by the achievementId.
unlock(int, SwarmAchievement.AchievementUnlockedCB) - Static method in class com.swarmconnect.SwarmAchievement
Unlock the achievement specified by the achievementId.
upgradeGuest() - Method in class com.swarmconnect.SwarmActiveUser
Displays a screen to the user that allows the user to upgrade from a guest account to a full named account with username, password, and email address.
user - Variable in class com.swarmconnect.NotificationOnline
The SwarmUser displayed in the online notification.
user - Static variable in class com.swarmconnect.Swarm
 
user - Variable in class com.swarmconnect.SwarmLeaderboardScore
The SwarmUser for this SwarmLeaderboardScore
userId - Variable in class com.swarmconnect.SwarmUser
This SwarmUser's unique SwarmID.
userLoggedIn(SwarmActiveUser) - Method in interface com.swarmconnect.delegates.SwarmLoginListener
This method is called when the user has successfully logged in.
userLoggedOut() - Method in interface com.swarmconnect.delegates.SwarmLoginListener
This method is called when the user logs out for any reason.
username - Variable in class com.swarmconnect.SwarmUser
This SwarmUser's Swarm Username.

V

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.
A C D E F G H I K L M N O P Q R S T U V