Hi all,
according to the API Reference of Native Application Programming,
it's able to light a LED device using "Tizen::Shell::NotificationRequest::SetLight()".
but, is it possible to light a LED device not through Notification classes?
i just can't find a class that control a LED device without Notification.
i mean that vibrating a Tizen device is possible by using Notification classes,
but it's able to control vibrator by "Tizen::System::Vibrator" not optionally(like Notification classes).
Thanks.