mirror of
https://github.com/jpush/jpush-phonegap-plugin.git
synced 2026-04-19 00:03:45 +08:00
5.8.0: android 5.8.0 ios:5.7.0
This commit is contained in:
Binary file not shown.
Binary file not shown.
+20
-1
@@ -9,7 +9,7 @@
|
||||
* Copyright (c) 2011 ~ 2017 Shenzhen HXHG. All rights reserved.
|
||||
*/
|
||||
|
||||
#define JPUSH_VERSION_NUMBER 5.6.0
|
||||
#define JPUSH_VERSION_NUMBER 5.7.0
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
@@ -796,6 +796,16 @@ typedef NS_ENUM(NSUInteger, JPAuthorizationStatus) {
|
||||
*/
|
||||
+ (void)setCollectControl:(JPushCollectControl *)control;
|
||||
|
||||
/*!
|
||||
* @abstract 设置心跳时间间隔
|
||||
*
|
||||
* @param interval 心跳时间间隔 单位为秒, 取值范围为[30,290]
|
||||
*
|
||||
* @discussion 请在初始化函数之前调用该接口。
|
||||
*
|
||||
*/
|
||||
+ (void)setHeartBeatTimeInterval:(NSInteger)interval;
|
||||
|
||||
/*!
|
||||
* @abstract 设置SDK地理位置权限开关
|
||||
*
|
||||
@@ -820,6 +830,15 @@ typedef NS_ENUM(NSUInteger, JPAuthorizationStatus) {
|
||||
*/
|
||||
+ (void)setSmartPushEnable:(BOOL)isEnable;
|
||||
|
||||
/*!
|
||||
* @abstract 设置应用数据洞察扩展功能开关
|
||||
*
|
||||
* @param isEnable YES:开启,NO:关闭,默认是开启。
|
||||
*
|
||||
*/
|
||||
+ (void)setDataInsightsEnable:(BOOL)isEnable;
|
||||
|
||||
|
||||
/*!
|
||||
* @abstract 设置应用内提醒消息的代理
|
||||
*
|
||||
BIN
Binary file not shown.
+20
-1
@@ -9,7 +9,7 @@
|
||||
* Copyright (c) 2011 ~ 2017 Shenzhen HXHG. All rights reserved.
|
||||
*/
|
||||
|
||||
#define JPUSH_VERSION_NUMBER 5.6.0
|
||||
#define JPUSH_VERSION_NUMBER 5.7.0
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
@@ -796,6 +796,16 @@ typedef NS_ENUM(NSUInteger, JPAuthorizationStatus) {
|
||||
*/
|
||||
+ (void)setCollectControl:(JPushCollectControl *)control;
|
||||
|
||||
/*!
|
||||
* @abstract 设置心跳时间间隔
|
||||
*
|
||||
* @param interval 心跳时间间隔 单位为秒, 取值范围为[30,290]
|
||||
*
|
||||
* @discussion 请在初始化函数之前调用该接口。
|
||||
*
|
||||
*/
|
||||
+ (void)setHeartBeatTimeInterval:(NSInteger)interval;
|
||||
|
||||
/*!
|
||||
* @abstract 设置SDK地理位置权限开关
|
||||
*
|
||||
@@ -820,6 +830,15 @@ typedef NS_ENUM(NSUInteger, JPAuthorizationStatus) {
|
||||
*/
|
||||
+ (void)setSmartPushEnable:(BOOL)isEnable;
|
||||
|
||||
/*!
|
||||
* @abstract 设置应用数据洞察扩展功能开关
|
||||
*
|
||||
* @param isEnable YES:开启,NO:关闭,默认是开启。
|
||||
*
|
||||
*/
|
||||
+ (void)setDataInsightsEnable:(BOOL)isEnable;
|
||||
|
||||
|
||||
/*!
|
||||
* @abstract 设置应用内提醒消息的代理
|
||||
*
|
||||
Reference in New Issue
Block a user