5.8.0: android 5.8.0 ios:5.7.0

This commit is contained in:
weiry
2025-07-22 15:00:53 +08:00
parent 795242e0c9
commit cac2944516
10 changed files with 43 additions and 5 deletions
Binary file not shown.
Binary file not shown.
@@ -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
*
@@ -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
*