gpt4 book ai didi

android - 使用适用于 Android 的自定义模板响应 native 通知

转载 作者:行者123 更新时间:2023-12-04 23:36:32 25 4
gpt4 key购买 nike

我一直在尝试找到一个允许为 Android 自定义通知模板的 react-native 模块。我试过https://github.com/neson/react-native-system-notificationhttps://github.com/zo0r/react-native-push-notification但似乎他们不允许 android 通知的自定义模板 - 仅设置默认模板值。我正在尝试实现与此类似的事情:

enter image description here

最佳答案

你可以使用react-native-music-control库以在通知面板上移动您的音乐控件。
您可以使用以下方法自定义它。阅读 documentation更多。

  MusicControl.setNowPlaying({ 
title: 'Billie Jean',
artwork: 'https://i.imgur.com/e1cpwdo.png', // URL or RN's image require()
artist: 'Michael Jackson',
album: 'Thriller',
genre: 'Post-disco, Rhythm and Blues, Funk, Dance-pop',
duration: 294, // (Seconds)
description: '', // Android Only
color: 0xFFFFFF, // Notification Color - Android Only
date: '1983-01-02T00:00:00Z', // Release Date (RFC 3339) - Android Only
rating: 84, // Android Only (Boolean or Number depending on the type)
notificationIcon: 'my_custom_icon' // Android Only (String), Android Drawable resource name for a custom notification icon
})
enter image description here

关于android - 使用适用于 Android 的自定义模板响应 native 通知,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40271418/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com