欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

如何使用SAP云平台的Notification服务给Android应用推送通知消息 SAP成都研究院SAP Cloud PlatformSAP云平台CloudABAP 

程序员文章站 2022-06-03 10:53:56
...

登录SAP Cloud Platform Mobile Services management cockpit:

如何使用SAP云平台的Notification服务给Android应用推送通知消息
            
    
    
        SAP成都研究院SAP Cloud PlatformSAP云平台CloudABAP 

在Mobile Application列表里,选择之前创建好的Wiz App:

如何使用SAP云平台的Notification服务给Android应用推送通知消息
            
    
    
        SAP成都研究院SAP Cloud PlatformSAP云平台CloudABAP 

打开User Registration标签页:

如何使用SAP云平台的Notification服务给Android应用推送通知消息
            
    
    
        SAP成都研究院SAP Cloud PlatformSAP云平台CloudABAP 

指定需要推送到移动应用上的Notification文本:

如何使用SAP云平台的Notification服务给Android应用推送通知消息
            
    
    
        SAP成都研究院SAP Cloud PlatformSAP云平台CloudABAP 

之前使用SAP Cloud Platform Android SDK创建的Android应用,就收到了这条Notification:

如何使用SAP云平台的Notification服务给Android应用推送通知消息
            
    
    
        SAP成都研究院SAP Cloud PlatformSAP云平台CloudABAP 

如果我们测试的应用当前处于后台运行状态,则来自SAP Cloud Platform的Notification推送到达移动设备后,表现形式如下:

如何使用SAP云平台的Notification服务给Android应用推送通知消息
            
    
    
        SAP成都研究院SAP Cloud PlatformSAP云平台CloudABAP 

点击手机上这条推送消息列表,就能将收到推送消息的应用转换到前台运行状态(foreground mode):

如何使用SAP云平台的Notification服务给Android应用推送通知消息
            
    
    
        SAP成都研究院SAP Cloud PlatformSAP云平台CloudABAP 

SAP Cloud Platform提供的这种通知服务,是采用AlertDialog实现的。

如何使用SAP云平台的Notification服务给Android应用推送通知消息
            
    
    
        SAP成都研究院SAP Cloud PlatformSAP云平台CloudABAP