cdts/xdts-ios 3/Pods/GTExtensionSDK/GTExtensionSDK.framework/Headers/GeTuiExtSdk.h

37 lines
898 B
C
Raw Permalink Normal View History

2023-07-27 09:20:00 +08:00
//
// GeTuiExtSdk.h
// GtExtensionSdk
//
// Created by gexin on 16/9/14.
// Copyright © 2016年 getui. All rights reserved.
//
// GTExtensionSDK-Version: 2.5.7
#import <Foundation/Foundation.h>
#import <UserNotifications/UserNotifications.h>
@interface GeTuiExtSdk : NSObject
/**
* ()
*/
+ (void)setVoicePlayClass:(id)aClass __attribute((deprecated("该接口已经废弃")));
/**
* APNs到达情况和多媒体推送支持, 使
*/
+ (void)handelNotificationServiceRequest:(UNNotificationRequest *)request withAttachmentsComplete:(void (^)(NSArray *attachments, NSArray *errors))completeBlock;
/**
* App Groups Id (使 iOS Extension SDK)
*/
+ (void)setApplicationGroupIdentifier:(NSString*)identifier;
/**
* sdk销毁
*/
+ (void)destory;
@end