callCustomAdClick static method

dynamic callCustomAdClick(
  1. BuildContext context,
  2. String id,
  3. int type,
  4. int location,
  5. String key,
  6. String value,
)

Implementation

static callCustomAdClick(BuildContext context, String id, int type, int location, String key, String value) {
  LiveSdkManager.instance.callback()?.onCustomAdClick?.call(context, id, type, location, key, value);
}