AdjustTest.Pcl.TestAttributionHandler.GetAttributionHandler C# (CSharp) Method

GetAttributionHandler() private method

private GetAttributionHandler ( bool startPaused = false, bool hasDelegate = false ) : AttributionHandler
startPaused bool
hasDelegate bool
return AdjustSdk.Pcl.AttributionHandler
        private AttributionHandler GetAttributionHandler(bool startPaused = false, bool hasDelegate = false)
        {
            return new AttributionHandler(activityHandler: MockActivityHandler, attributionPackage: AttributionPackage,
                startPaused: startPaused, hasDelegate: hasDelegate);
        }