UNPKG

@nativescript/core

Version:

A JavaScript library providing an easy to use api for interacting with iOS and Android platform APIs.

8 lines 258 B
export class ControlStateChangeListener { constructor(control /* UIControl */, callback) { console.log('ControlStateChangeListener is intended for IOS usage only.'); } start() { } stop() { } } //# sourceMappingURL=index.android.js.map