SplashAdAndroidOptions constructor
const
SplashAdAndroidOptions({})
Implementation
const SplashAdAndroidOptions({
this.muted,
this.volume,
this.useSurfaceView,
this.bidNotify,
this.shakeButton,
this.enablePreload,
this.scenarioId,
this.extras,
this.customData,
this.fallback,
}) : assert(
volume == null || (volume >= 0 && volume <= 1),
'volume 需在 [0,1] 范围内',
);