腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(9999+)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
1
回答
iOS使用
notIfication
推送
notIfication
?
首先,如果这里不应该问这个问题,我很抱歉。请让我知道,我会删除它。我在应用程序中实现推送通知完全是新的,所以我不知道从哪里开始。我在Google上搜索和阅读了很多博客和东西,我似乎找不到关于使用PHP或任何其他方式实现推送通知的直接和清晰的信息(我更喜欢PHP,因为我将做很多MYSQL/PHP内容)。任何帮助都将不胜感激。
浏览 4
提问于2015-10-24
得票数 0
1
回答
Notification
AlarmManager问题
description"; builder.setContentIntent(contentIntent); // Add as
notification
NotificationManager m
浏览 0
修改于2013-06-20
得票数 0
回答已采纳
1
回答
问: CQN dbms_cq_
notification
.cq_
notification
_queryid
"dbms_cq_
notification
.cq_
notification
_queryid“对这个SELECT做了什么?我只是在学习CQN。我也相信mgr_id没有被使用,或者它被使用了?DECLARE mgr_id NUMBER; v_cursor+ DBMS_CQ_
NOTIFICATION
.QOS_ROWIDS; reginfo := cq_
notificat
浏览 16
修改于2018-03-04
得票数 0
回答已采纳
1
回答
Notification
OnClick事件
以下是通知的代码: Intent intent =PendingIntent pIntent = PendingIntent.getActivity(this, 0, intent, Intent.FILL_IN_ACTION);
Notification
n = new
Notification
.Builder(this).setConten
浏览 2
提问于2016-12-28
得票数 2
2
回答
扩展
Notification
Studio
我正在尝试以编程方式在android中展开通知栏。我曾尝试使用下列程式码: if(ContextCompat.checkSelfPermission(this, Manifest.permission.EXPAND_STATUS_BAR) != PackageManager.PERMISSION_GRANTED) Object service = getSystemService("statusbar"); Cl
浏览 2
修改于2019-01-15
得票数 1
回答已采纳
3
回答
调用未定义的方法照亮\
Notification
\
Notification
::send()
php use Illuminate\Notifications\
Notification
Contracts\Queue\ShouldQueue; {
浏览 6
修改于2019-07-14
得票数 11
回答已采纳
2
回答
合并:从带有选择器的
Notification
到
Notification
我已经看到这是作为发行者提供的,但是我selector没有,我不知道该为它做什么: for:
Notification
.Name
浏览 1
提问于2019-10-25
得票数 15
回答已采纳
1
回答
:
notification
.flags和
notification
.defaults有什么区别?
在我的测试代码中,我使用
notification
.flags |=
Notification
.DEFAULT_LIGHTS
notification
.defaults |=
Notification
.DEFAULT_SOUND;
notification
.defaults |=
Notification
.DEFAULT_L
浏览 0
修改于2017-05-23
得票数 4
回答已采纳
4
回答
如何编写Android
Notification
?
我为android手机开发了一款新闻应用。每天都会有新的文章。我使用托管来存储文章,我的应用程序使用webview来加载这些信息。现在我的问题是,如何编写通知程序(不使用第三方服务),以便当新文章发布时,我的应用程序应该在android通知栏上生成通知。
浏览 1
提问于2015-06-26
得票数 2
1
回答
Notification
deleteIntent不工作
然后,我希望在按下通知上的"clear all“按钮时收到意向:
notification
.deleteIntent = PendingIntent.getService(this, 0, new Intent
浏览 0
提问于2012-01-11
得票数 15
回答已采纳
1
回答
Android
Notification
Builder Sound
void createTestNotification(){ NotificationManager nm= (NotificationManager) getActivity().getSystemService(Context.
NOTIFICATION
_SERVICE); Uri sound = Uri.parse("android.res
浏览 0
提问于2013-10-17
得票数 0
1
回答
Extreme
Notification
设备-如何
谁能给我指点一下如何制作一个红色的(坏的)/green(OK)/yellow(建筑物)极端通知设备,它带有连接到CruiseControl.Net的灯泡?
浏览 2
修改于2012-06-29
得票数 1
回答已采纳
1
回答
Android
Notification
Manager问题
Bundle bundle = intent.getExtras(); final String tickerText = bundle.getStringMainActivity.class); final PendingIntent co
浏览 2
修改于2013-08-26
得票数 0
1
回答
无法正确模拟
Notification
我的setupTests.ts中有以下内容: requestPermission: jest.fn(),} as unknown) as jest.Mocked<typeof
Notification
>TypeError:
Notification
is not a constructor 21 | expor
浏览 4
提问于2022-08-02
得票数 1
1
回答
Keycloak +Proxy(nginx) CSP-报头问题({{
notification
.header}} {
notification
.message}})
{{
notification
.header}} {{
notification
.message}} add_header Content-Security-Policy
浏览 4
提问于2021-06-22
得票数 2
1
回答
从Toast
Notification
打开文件
{ }.ToString() // And create the toast
notification
浏览 12
修改于2017-07-17
得票数 1
回答已采纳
1
回答
向
notification
对象添加字段
function send_
notification
($tokens, $message, $color) $url = 'https://fcm.googleapis.com/fcm/send
浏览 3
提问于2017-03-18
得票数 0
回答已采纳
2
回答
找不到
notification
.setLatestEventInfo
我正在获取
notification
.setLatestEventInfo(this,TAG,message,contentIntent)方法中找不到的方法。我必须更改build.grade吗?private void displayNotificationMessage(String message) { message, System.curren
浏览 1
修改于2016-04-11
得票数 0
1
回答
Pullable Like
Notification
Center弹回
我已经用平移手势创建了可拉动的视图,一切都很好,但弹跳有个问题。当我们向上滑动视图时,动画结束时会有反弹,就像通知中心在视图动画结束时反弹一样。我已经为退回创建了退回类别,但我没有得到与通知中心相同的退回。这必须对反弹进行一些调整。所以请帮帮我。下面是我的代码。@implementation UIView (Bounce) NSUInteger const
浏览 0
提问于2014-07-23
得票数 0
1
回答
NoSuchMethodError
Notification
.Builder.build()
Notification
noti = new
Notification
.Builder(context) .setContentTitle("TITLE").setContentInfo
浏览 0
提问于2012-09-12
得票数 3
回答已采纳
第 2 页
第 3 页
第 4 页
第 5 页
第 6 页
第 7 页
第 8 页
第 9 页
第 10 页
第 11 页
点击加载更多
领券