2 Star 4 Fork 4K

程序源代码/O2OA

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
JPushNotificationExtensionService.h 932 Bytes
一键复制 编辑 原始数据 按行查看 历史
fancylou 提交于 2019-06-20 09:50 +08:00 . o2oa v4.1921 修改的移动端部分代码
/*
* | | | | \ \ / / | | | | / _______|
* | |____| | \ \/ / | |____| | / /
* | |____| | \ / | |____| | | | _____
* | | | | / \ | | | | | | |____ |
* | | | | / /\ \ | | | | \ \______| |
* | | | | /_/ \_\ | | | | \_________|
*
* Copyright (c) 2017 Shenzhen HXHG. All rights reserved.
*/
#import <Foundation/Foundation.h>
#define JPUSH_EXTENSION_VERSION_NUMBER 1.1.1
@class UNNotificationRequest;
@interface JPushNotificationExtensionService : NSObject
/**
设置appkey(需要与main target中的appkey相同)
*/
+ (void)jpushSetAppkey:(NSString *)appkey;
/**
apns送达
@param request apns请求
@param completion 回调
*/
+ (void)jpushReceiveNotificationRequest:(UNNotificationRequest *)request with:(void (^)(void))completion;
/**
关闭日志
默认为开启
建议发布时关闭以减少不必要的IO
*/
+ (void)setLogOff;
@end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/itcode-itcode/O2OA.git
git@gitee.com:itcode-itcode/O2OA.git
itcode-itcode
O2OA
O2OA
master

搜索帮助