Package com.naver.ads.inspector
Interface EventHub
-
- All Implemented Interfaces:
public interface EventHubThe event hub of Naver Ads Services
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceEventHub.BreadcrumbAddedCallbackA callback to confirm that EventBreadcrumb is added.
-
Method Summary
Modifier and Type Method Description abstract UnitaddBreadcrumbAddedCallback(EventHub.BreadcrumbAddedCallback callback)Adds a callback for the EventBreadcrumb added. abstract UnitremoveBreadcrumbAddedCallback(EventHub.BreadcrumbAddedCallback callback)Removes a callback for the EventBreadcrumb added. abstract UnitaddBreadcrumb(EventBreadcrumb breadcrumb)Adds a breadcrumb to the breadcrumbs queue -
-
Method Detail
-
addBreadcrumbAddedCallback
abstract Unit addBreadcrumbAddedCallback(EventHub.BreadcrumbAddedCallback callback)
Adds a callback for the EventBreadcrumb added.
-
removeBreadcrumbAddedCallback
abstract Unit removeBreadcrumbAddedCallback(EventHub.BreadcrumbAddedCallback callback)
Removes a callback for the EventBreadcrumb added.
-
addBreadcrumb
abstract Unit addBreadcrumb(EventBreadcrumb breadcrumb)
Adds a breadcrumb to the breadcrumbs queue
- Parameters:
breadcrumb- the breadcrumb
-
-
-
-