mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2025-08-08 09:09:48 +00:00
BuildPlatform property
This commit is contained in:
parent
8384f227be
commit
fdaf41b605
1 changed files with 4 additions and 0 deletions
|
@ -72,6 +72,10 @@ class PackageBridge : V8Package {
|
|||
fun buildSpecVersion(): Int {
|
||||
return JSClientConstants.PLUGIN_SPEC_VERSION;
|
||||
}
|
||||
@V8Property
|
||||
fun buildPlatform(): String {
|
||||
return "android";
|
||||
}
|
||||
|
||||
@V8Function
|
||||
fun dispose(value: V8Value) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue