I am developing a Tizen .net APP.
I tried to subscribe to platform events, but I couldn’t receive them.
Including (WifiState.EventName,Btstate.EventName,UsbStatus.EventName etc);
OnBootReceived function can not receive callback.
The code is as follows:
EventReceiver receiver = new EventReceiver(UsbStatus.EventName);
receiver.Received += OnBootReceived;
void OnBootReceived(object sender, EventManagerEventArgs e)
{
Log.Info(LOG_TAG, "OnBootReceived() " + e.Name);
}
tizen-manifest.xml