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