コード例 #1
0
 @Kroll.getProperty(name = "guid")
 @Kroll.method
 public String getGUID() {
   return appInfo.getGUID();
 }
コード例 #2
0
 @Kroll.getProperty
 @Kroll.method
 public String getCopyright() {
   return appInfo.getCopyright();
 }
コード例 #3
0
 @Kroll.getProperty
 @Kroll.method
 public String getDescription() {
   return appInfo.getDescription();
 }
コード例 #4
0
 @Kroll.getProperty(name = "url")
 @Kroll.method
 public String getURL() {
   return appInfo.getUrl();
 }
コード例 #5
0
 @Kroll.getProperty
 @Kroll.method
 public String getPublisher() {
   return appInfo.getPublisher();
 }
コード例 #6
0
 @Kroll.getProperty
 @Kroll.method
 public String getVersion() {
   return appInfo.getVersion();
 }