Hi,
I’m trying to create a ToggleControl like Basic.Switch
. So I tried to use Fuse.Basic.SwitchBehavior
but it is Internal
. Trying to reimplement it I get
SwitchBehavior.uno(25.11): E4040: Fuse.Gestures.Clicker is not accessible from My.SwitchBehavior
SwitchBehavior.uno(39.23): E4040: Fuse.Gestures.Clicker is not accessible from 'My.SwitchBehavior.OnRooted()'
SwitchBehavior.uno(40.25): E4040: Fuse.Gestures.ClickerEventHandler is not accessible from 'My.SwitchBehavior.OnRooted()'
SwitchBehavior.uno(58.25): E4040: Fuse.Gestures.ClickerEventHandler is not accessible from 'My.SwitchBehavior.OnUnrooted()'
SwitchBehavior.uno(59.13): E4040: Fuse.Gestures.Clicker is not accessible from 'My.SwitchBehavior.OnUnrooted()'
What is the correct way to do this?