Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to change the notification's icon color #61

Open
n-ii-ma opened this issue Feb 21, 2023 · 0 comments
Open

How to change the notification's icon color #61

n-ii-ma opened this issue Feb 21, 2023 · 0 comments

Comments

@n-ii-ma
Copy link

n-ii-ma commented Feb 21, 2023

I'm trying to change the color of the notification from the default one to a custom one but there doesn't seem to be any way of doing that.

return await VIForegroundService.getInstance().startService({
  channelId: 'location',
  id: 420,
  title: 'Location Tracking',
  text: 'Your GPS service is being used',
  icon: 'ic_small_icon',
        
  // I presumed that this would work but it doesn't
  color: '#b2eeff',
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant