You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am attempting to migrate to v5 but running into an import issue with the notification service extension.
I am getting unresolved reference when attempting to import IDisplayableMutableNotification, INotificationReceivedEvent, and INotificationServiceExtension as shown here.
I haven't seen any migration steps for the service extension. Is there something obvious here I have likely missed? I am doing the imports in a Kotlin file but do not believe that matters here.
Here is a screenshot of a minimal version of the file that is failing.
Any help would be appreciated.
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
How can we help?
I am attempting to migrate to v5 but running into an import issue with the notification service extension.
I am getting unresolved reference when attempting to import
IDisplayableMutableNotification
,INotificationReceivedEvent
, andINotificationServiceExtension
as shown here.I haven't seen any migration steps for the service extension. Is there something obvious here I have likely missed? I am doing the imports in a Kotlin file but do not believe that matters here.
Here is a screenshot of a minimal version of the file that is failing.
Any help would be appreciated.
Code of Conduct
The text was updated successfully, but these errors were encountered: