SHOW_INTERSTITIAL_AD

fun SHOW_INTERSTITIAL_AD(parameters: Map<String, Any>? = null, onShowAd: Runnable, onSkipAd: Runnable, onDefaultAdPolicy: Runnable, onFailure: Consumer<AirfluxError>): AirfluxInference

Creates inference request.

Return

inference request instance

Parameters

parameters

Parameters of inference.

onShowAd

Callback called when an ad should be shown.

onSkipAd

Callback called when an ad should be skipped.

onDefaultAdPolicy

Callback called when an ad should be shown or skipped based on your own ad policy.

onFailure

Callback of inference failure.