| | |
| | | |
| | | import android.content.Intent; |
| | | import android.os.Bundle; |
| | | import androidx.annotation.NonNull; |
| | | import android.view.KeyEvent; |
| | | import android.widget.FrameLayout; |
| | | import android.widget.RelativeLayout; |
| | | |
| | | import androidx.annotation.NonNull; |
| | | |
| | | import com.secondworld.sdk.utils.LogUtil; |
| | | import com.secondworld.sdk.utils.WebViewUtil; |
| | | import com.soha.sdk.SohaSDK; |
| | | |
| | | public class GameActivity extends UnityPlayerActivity { |
| | | |
| | |
| | | super.onNewIntent(intent); |
| | | if (proxy != null) |
| | | proxy.onNewIntent(intent); |
| | | boolean isNotificationGame = intent.getBooleanExtra("action_notification_game_push", false); |
| | | |
| | | SohaSDK.getInstance().setClickNoti(isNotificationGame); |
| | | |
| | | |
| | | SohaSDK.getInstance().trackingNotification(intent); |
| | | } |
| | | |
| | | @Override |