com.burstly.presence
Class AppInfo

java.lang.Object
  extended by com.burstly.presence.AppInfo

public class AppInfo
extends java.lang.Object

AppInfo stores the state of an application package


Method Summary
 java.lang.String getAppPackage()
          getAppPackage() gets the package
 AppInstallState getInstallState()
          getInstallState() gets the install state of the package
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getAppPackage

public java.lang.String getAppPackage()
getAppPackage() gets the package

Returns:
a String containing the name of the package whose state is being referenced

getInstallState

public AppInstallState getInstallState()
getInstallState() gets the install state of the package

Returns:
AppInstallState containing the install state of a package