AdjustTest.Pcl.TestAttributionHandler.GetAttributionHandler C# (CSharp) Méthode

GetAttributionHandler() private méthode

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