File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ namespace huawei
35
35
virtual void onException (int action, const FString message) = 0;
36
36
};
37
37
38
- class Account
38
+ HUAWEIACCOUNT_API class Account
39
39
{
40
40
public:
41
41
static void loginWithoutVerification ();
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ namespace huawei
58
58
virtual void onRewarded (const FString type, int amount) = 0;
59
59
};
60
60
61
- class Ads
61
+ class HUAWEIADS_API Ads
62
62
{
63
63
public:
64
64
static constexpr const char * bannerSizeToString (BannerSize size);
@@ -72,8 +72,8 @@ namespace huawei
72
72
static void loadRewardAd (FString adId);
73
73
static void showRewardAd ();
74
74
75
- static void setListener (AdsListener* listener);
75
+ static void setListener (AdsListener * listener);
76
76
static void removeListener ();
77
- static AdsListener* getListener ();
77
+ static AdsListener * getListener ();
78
78
};
79
79
}
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ namespace huawei
107
107
virtual void onObtainPurchasedRecords (const TArray<InAppPurchaseData> purchasedProductIds, int type) = 0;
108
108
};
109
109
110
- class Iap
110
+ class HUAWEIIAP_API Iap
111
111
{
112
112
public:
113
113
static void checkEnvironment ();
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ namespace huawei
18
18
virtual void onException (int errorcode, int action, const FString message) = 0;
19
19
};
20
20
21
- class Push
21
+ class HUAWEIPUSH_API Push
22
22
{
23
23
public:
24
24
static void init ();
You can’t perform that action at this time.
0 commit comments