getMediaViewFrameKey static method

String getMediaViewFrameKey()

iOS 支持:原生广告加载时传入 mediaView 的 frame。

Flutter : { ATCommon.getMediaViewFrameKey(): { "x": 0, "y": 100, "width": 320, "height": 180, } }

Implementation

static String getMediaViewFrameKey() {
  return 'mediaViewFrame';
}