예제 #1
0
파일: App.xaml.cs 프로젝트: rihitosan/cocoa
        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
        }