public class PlayAppStore extends AppStore implements PublisherAppOpenable
intent, PACKAGE_NAME_AMAZON, PACKAGE_NAME_NSTORE, PACKAGE_NAME_PLAY_NEW, PACKAGE_NAME_PLAY_OLD, PACKAGE_NAME_TSTORE| Constructor and Description |
|---|
PlayAppStore() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isInstalled(android.content.Context ctx)
Check store app is installed.
|
static PlayAppStore |
newInstance() |
void |
openApp(android.content.Context ctx,
java.lang.String uniqueId)
Open app with store app.
|
void |
openPublisherApps(android.content.Context ctx,
java.lang.String key)
Open publisher's apps
|
void |
searchApp(android.content.Context ctx,
java.lang.String keyword)
Search app with store app.
|
isAppInstalledpublic static PlayAppStore newInstance()
public boolean isInstalled(android.content.Context ctx)
AppStoreisInstalled in class AppStorepublic void openApp(android.content.Context ctx,
java.lang.String uniqueId)
AppStorepublic void searchApp(android.content.Context ctx,
java.lang.String keyword)
AppStorepublic void openPublisherApps(android.content.Context ctx,
java.lang.String key)
PublisherAppOpenableopenPublisherApps in interface PublisherAppOpenable