AdCallback typedef

AdCallback = void Function(String tag, String requestId, String adId)

Called when a native ad slot becomes ready.

tag identifies the screen/placement, requestId identifies the request, and adId is the native slot ID that is ready to display.

Implementation

typedef AdCallback = void Function(String tag, String requestId, String adId);