using System.Collections.Generic; namespace Azerion.BlueStack.Internal { public interface INativeAdInteractionHandlerClient { Dictionary GetAssetIDMappings(); bool RecordImpression(Dictionary signal); void PerformClick(Dictionary signal); void ReportTouchEvent(Dictionary signal); } }