Closed Informate closed 2 months ago
getId()
is just .id
now: https://titaniumsdk.com/api/titanium/android/notificationchannel.html#properties_id
it's the old getter/setter update in Ti 10.
audiostreamtype is here: https://titaniumsdk.com/api/titanium/android/notification.html#audiostreamtype
You can also fork the repo and make the changes. Pull requests are always welcome!
Super fast fixing :)))
No problem :smile: :+1:
I have searched and made sure there are no existing issues for the issue I am filing
URL
https://titaniumsdk.com/api/titanium/android/notificationchannel.html
Description
In the example a non existent method getId is used, while the doc for the audioStreamType attribute seems merged into the importance attribute docs. The audioStreamType results undocumented and the correct availables values are unknown.
Suggestion
X