getContentInfo method

Future<AdContentInfo?> getContentInfo()

Contains information about the loaded request.

Only present if the ad has been successfully loaded.

Implementation

Future<AdContentInfo?> getContentInfo() {
  return casInternalBridge.getContentInfo(this);
}