-
Notifications
You must be signed in to change notification settings - Fork 9
JsCompoundButton
WrBug edited this page Jan 12, 2019
·
1 revision
0.0.2
| Js方法 | Java方法 |
|---|---|
| JsCompoundButton.toggle(CompoundButton) | CompoundButton.toggle() |
| JsCompoundButton.isChecked(CompoundButton) | CompoundButton.isChecked |
| JsCompoundButton.setChecked(CompoundButton,boolean) | CompoundButton.setChecked(boolean) |
| JsCompoundButton.setOnCheckedChangeListener(CompoundButton,Function) | CompoundButton.setOnCheckedChangeListener(callback) |