Files
JJBB/Sdk/iOS/Traceless/TracelessSdk.framework/Headers/TracelessCpNotification.h

23 lines
877 B
C
Raw Permalink Normal View History

2024-08-23 15:49:34 +08:00
//
// TracelessCpNotification.h
// JjyxSdk
//
// Created by Mac on 2017/5/4.
// Copyright © 2017年 wanqi. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface TracelessCpNotification : NSObject
extern NSString *const kVSCPInitNotification; // 初始化完成
extern NSString *const kVSCPLoginNotification; // 登录完成
extern NSString *const kVSCPLogoutNotification; // 注销完成
extern NSString *const kVSCPPayNotification; // 固定支付完成
extern NSString *const kVSCPSyncGameDateNotification; // 同步数据完成
extern NSString *const KVSNotificationGetUserProfileSuccess; // 选择购物卷
extern NSString *const kVSCPSwitchChildNotification; // 切换子账号的回调
extern NSString *const kVSCPRefreshNotification; //刷新通知
extern NSString *const kVSCPIdentifyNotification; //监听认证状态
@end