Package com.naver.ads.inspector
Interface EventHub.BreadcrumbAddedCallback
-
- All Implemented Interfaces:
public interface EventHub.BreadcrumbAddedCallbackA callback to confirm that EventBreadcrumb is added.
-
-
Method Summary
Modifier and Type Method Description abstract UnitonBreadcrumbAdded(EventBreadcrumb breadcrumb)Called when a EventBreadcrumb is added to the EventHub -
-
Method Detail
-
onBreadcrumbAdded
abstract Unit onBreadcrumbAdded(EventBreadcrumb breadcrumb)
Called when a EventBreadcrumb is added to the EventHub
-
-
-
-