コード例 #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
        }