MCPcopy Create free account
hub / github.com/NativeScript/android / unlock

Method unlock

test-app/runtime/src/main/java/com/tns/Runtime.java:83–83  ·  view source on GitHub ↗
(int runtimeId)

Source from the content-addressed store, hash-verified

81 private native void lock(int runtimeId);
82
83 private native void unlock(int runtimeId);
84
85 private native void passExceptionToJsNative(int runtimeId, Throwable ex, String message, String fullStackTrace, String jsStackTrace, boolean isDiscarded);
86

Callers 6

createOrOverrideFileMethod · 0.80
UnlockMethod · 0.80
AquireReadLockMethod · 0.80
ReleaseReadUnlockMethod · 0.80
AquireWriteLockMethod · 0.80
ReleaseWriteUnlockMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected