com.burstly.presence
Interface IInstalledAppListener
public interface IInstalledAppListener
interface for receiving downloadPackageNameAsync callbacks
Method Summary |
void |
downloadPackageNamesComplete(java.lang.String sID,
java.lang.String[] aPackages,
java.util.HashMap<java.lang.String,AppInfo> oAppInfoMap,
java.lang.String sPubTarget)
Interface for receiving getPackageNamesAndCheckIstallAsync completion callback |
downloadPackageNamesComplete
void downloadPackageNamesComplete(java.lang.String sID,
java.lang.String[] aPackages,
java.util.HashMap<java.lang.String,AppInfo> oAppInfoMap,
java.lang.String sPubTarget)
- Interface for receiving getPackageNamesAndCheckIstallAsync completion callback
- Parameters:
String
- The organisation ID that was used to query the installed apps.String[]
- The package names that were checked for installation.HashMap - AppInfo> A HashMap keyed by the package name whose value contains the install state.String
- String containing the targeting params used for app presence targeting