Closed m1ga closed 2 months ago
fixes https://github.com/tidev/titanium-sdk/issues/14106
getId() is a property:
getId()
https://github.com/tidev/titanium-sdk/blob/d98f6a6fbf5d6406ceb20492ba89410400b6a95c/android/modules/android/src/java/ti/modules/titanium/android/notificationmanager/NotificationChannelProxy.java#L79-L80
so just channelId: channel.id
channelId: channel.id
fixes https://github.com/tidev/titanium-sdk/issues/14106
getId()
is a property:https://github.com/tidev/titanium-sdk/blob/d98f6a6fbf5d6406ceb20492ba89410400b6a95c/android/modules/android/src/java/ti/modules/titanium/android/notificationmanager/NotificationChannelProxy.java#L79-L80
so just
channelId: channel.id