// Token: 0x0600010B RID: 267 RVA: 0x00006398 File Offset: 0x00004798
 private void didDismissRewardedVideoEvent(string location)
 {
     Chartboost.doUnityPause(false, false);
     if (CBExternal.isWebViewEnabled())
     {
         Screen.orientation = ScreenOrientation.AutoRotation;
     }
     if (Chartboost.didDismissRewardedVideo != null)
     {
         Chartboost.didDismissRewardedVideo(CBLocation.locationFromName(location));
     }
 }