Package com.naver.ads.properties
Interface ApplicationProperties
-
- All Implemented Interfaces:
public interface ApplicationPropertiesProperties about this device.
-
-
Method Summary
Modifier and Type Method Description abstract StringgetName()the name of the application. abstract StringgetVersion()the version of the application abstract StringgetPackageName()the package name of the application abstract StringgetInstallerPackageName()the package name of application that installed a package. -
-
Method Detail
-
getVersion
abstract String getVersion()
the version of the application
-
getPackageName
abstract String getPackageName()
the package name of the application
-
getInstallerPackageName
abstract String getInstallerPackageName()
the package name of application that installed a package.
-
-
-
-