Back
GetBuildNum
Hello World
GetBuildNum returns the build number of an APK.
app.GetBuildNum() →
Number:
integer
Example - Show build number
function
OnStart
(
)
{
var
num
=
app
.
GetBuildNum
(
)
;
app
.
Alert
(
num
)
;
}
Copy
Copy All
Run