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

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

private CallCheckAttributionWithGet ( AttributionHandler attributionHandler, ResponseType responseType, string response ) : void
attributionHandler AdjustSdk.Pcl.AttributionHandler
responseType ResponseType
response string
Результат void
        private void CallCheckAttributionWithGet(AttributionHandler attributionHandler,
                                         ResponseType responseType,
                                         string response)
        {
            StartGetAttributionTest(attributionHandler, responseType);

            // the response logged
            Assert.Verbose(response);
        }