푸시
푸시 토큰 저장
// string pushToken;
GamePubSDK.Ins.SetPushToken(pushToken);푸시 동의값 저장
// bool agreedPush;
// bool agreedNightPush;
GamePubSDK.Ins.SetPushConfig(agreedPush, agreedNightPush);Last updated
// string pushToken;
GamePubSDK.Ins.SetPushToken(pushToken);// bool agreedPush;
// bool agreedNightPush;
GamePubSDK.Ins.SetPushConfig(agreedPush, agreedNightPush);Last updated