AdjustTest.Pcl.TestAttributionHandler.GetAttributionHandler C# (CSharp) Метод

GetAttributionHandler() приватный Метод

private GetAttributionHandler ( bool startPaused = false, bool hasDelegate = false ) : AttributionHandler
startPaused bool
hasDelegate bool
Результат AdjustSdk.Pcl.AttributionHandler
        private AttributionHandler GetAttributionHandler(bool startPaused = false, bool hasDelegate = false)
        {
            return new AttributionHandler(activityHandler: MockActivityHandler, attributionPackage: AttributionPackage,
                startPaused: startPaused, hasDelegate: hasDelegate);
        }