public void onPushAdSuccess() { Debug.Log("GamePotEventListener::onPushAdSuccess()"); if (cbPushADEnable != null) { cbPushADEnable(true); cbPushADEnable = null; } else { if (GamePotInterface != null) { GamePotInterface.onPushAdSuccess(); } } }