Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
G
I
V
A
AppInfo
- Class in
com.burstly.presence
AppInfo stores the state of an application package
AppInstallState
- Enum in
com.burstly.presence
AppInstallState is an enum used to store app install state
C
checkInstalledApps(Context, String[])
- Static method in class com.burstly.presence.
InstalledAppTracker
checkInstalledApps(Context, String[]) checks the install state of the packages specified in the String[]
com.burstly.presence
- package com.burstly.presence
createPubTargettingString(HashMap<String, AppInfo>)
- Static method in class com.burstly.presence.
InstalledAppTracker
Generates a pub targeting String.
D
downloadPackageNames(String)
- Static method in class com.burstly.presence.
InstalledAppTracker
downloadPackageNames gets a String[] containing the package names associated with an org ID
downloadPackageNamesComplete(String, String[], HashMap<String, AppInfo>, String)
- Method in interface com.burstly.presence.
IInstalledAppListener
Interface for receiving getPackageNamesAndCheckIstallAsync completion callback
G
getAppPackage()
- Method in class com.burstly.presence.
AppInfo
getAppPackage() gets the package
getInstallState()
- Method in class com.burstly.presence.
AppInfo
getInstallState() gets the install state of the package
getPackageNamesAndCheckIstallAsync(Context, String, IInstalledAppListener)
- Static method in class com.burstly.presence.
InstalledAppTracker
Begins an Async task which will retrieve the package names associated with an org ID and check their install state. Results received through the IInstalledAppListener interface.
getValue()
- Method in enum com.burstly.presence.
AppInstallState
getValue() is used to get a readable string which corresponds to the enum value. Primarily for debugging or logging
I
IInstalledAppListener
- Interface in
com.burstly.presence
interface for receiving downloadPackageNameAsync callbacks
InstalledAppTracker
- Class in
com.burstly.presence
InstalledAppTracker is a simple class which uses static functions to get information on installed applications.
InstalledAppTracker()
- Constructor for class com.burstly.presence.
InstalledAppTracker
V
valueOf(String)
- Static method in enum com.burstly.presence.
AppInstallState
Returns the enum constant of this type with the specified name.
values()
- Static method in enum com.burstly.presence.
AppInstallState
Returns an array containing the constants of this enum type, in the order they are declared.
A
C
D
G
I
V
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes