protected void MraidContinue() {
      if (!hasExpandProperties) {
          //1st always false. so this always happens 1st.
          loadExpandProperties();
      } else {
          init();
      }
  }
Can you share with me the idea of why we need to get ExpandProperties when the ad is MRAID the first time, even if it is not an expandable ad? I don't see such logic on the iOS side
@YuriyVelichkoPI, @mdanylov-sigma