1 | import { SwitchBase } from './switch-common';
|
2 | export * from './switch-common';
|
3 | export declare class Switch extends SwitchBase {
|
4 | nativeViewProtected: android.widget.Switch;
|
5 | checked: boolean;
|
6 | createNativeView(): globalAndroid.widget.Switch;
|
7 | initNativeView(): void;
|
8 | disposeNativeView(): void;
|
9 | private setNativeBackgroundColor;
|
10 | _onCheckedPropertyChanged(newValue: boolean): void;
|
11 | }
|