009-SDK框架之LYWSDKPlatform.h
生活随笔
收集整理的這篇文章主要介紹了
009-SDK框架之LYWSDKPlatform.h
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
#ifndef LYWSDKPlatform_h
#define LYWSDKPlatform_h
#include <stdio.h>
#include <stdlib.h>
#include "LYWSDKPlatformManager.h"
#include "LYWSDKCallBackListener.h"
class LYWSDKPlatform: LYWSDKCallBackListener
{
protected:
? ? LYWSDKPlatform();
? ? ~LYWSDKPlatform();
? ??
public:
? ? LYWSDKCallBack _allCallBack;
? ??
? ? static LYWSDKPlatform* getInstance();
? ??
? ? void init(char *jsonParam, LYWSDKCallBack callBack);
? ? void login(char *jsonParam);
? ? void pay(char *jsonParam);
? ? void loop();
? ? virtual void lywSDKCallBack(const char* callBackJsonMessage);
};
#define LYWSDKPlatform_h
#include <stdio.h>
#include <stdlib.h>
#include "LYWSDKPlatformManager.h"
#include "LYWSDKCallBackListener.h"
// 給游戲回調函數指針
typedef void (*LYWSDKCallBack) (const char*);class LYWSDKPlatform: LYWSDKCallBackListener
{
protected:
? ? LYWSDKPlatform();
? ? ~LYWSDKPlatform();
? ??
public:
? ? LYWSDKCallBack _allCallBack;
? ??
? ? static LYWSDKPlatform* getInstance();
? ??
? ? void init(char *jsonParam, LYWSDKCallBack callBack);
? ? void login(char *jsonParam);
? ? void pay(char *jsonParam);
? ? void loop();
? ? virtual void lywSDKCallBack(const char* callBackJsonMessage);
};
總結
以上是生活随笔為你收集整理的009-SDK框架之LYWSDKPlatform.h的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 008-SDK框架之LYWSDKPlat
- 下一篇: 查看apk的签名信息和签名文件的信息