示例#1
0
        private static void UseMockExposureNotificationImplementationIfNeeded()
        {
#if USE_MOCK
            // For debug mode, set the mock api provider to interact
            // with some fake data
            ExposureNotification.OverrideNativeImplementation(new Services.TestNativeImplementation());
#endif
        }