-
public class RewardPlusEventManager
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceRewardPlusEventManager.RewardPlusEventListener
-
Field Summary
Fields Modifier and Type Field Description private static RewardPlusEventManagerinstance
-
Constructor Summary
Constructors Constructor Description RewardPlusEventManager()
-
Method Summary
Modifier and Type Method Description static RewardPlusEventManagergetInstance()voidsetRewardVideoEventListener(RewardPlusEventManager.RewardPlusEventListener listener)RewardPlusEventManager.RewardPlusEventListenergetRewardVideoEventListener()voidnotifyShowVideo()voiddestroy()-
-
Method Detail
-
getInstance
static RewardPlusEventManager getInstance()
-
setRewardVideoEventListener
void setRewardVideoEventListener(RewardPlusEventManager.RewardPlusEventListener listener)
-
getRewardVideoEventListener
RewardPlusEventManager.RewardPlusEventListener getRewardVideoEventListener()
-
notifyShowVideo
void notifyShowVideo()
-
destroy
void destroy()
-
-
-
-