Пример #1
0
 public static void TimedOutPerformingAction(this ICXProviderDelegate This, CXProvider provider, CXAction action) => throw new PlatformNotSupportedException(Constants.UnavailableOnMacOS);
Пример #2
0
 public static bool ExecuteTransaction(this ICXProviderDelegate This, CXProvider provider, CXTransaction transaction) => throw new PlatformNotSupportedException(Constants.UnavailableOnMacOS);
Пример #3
0
 public static void PerformPlayDtmfCallAction(this ICXProviderDelegate This, CXProvider provider, CXPlayDtmfCallAction action) => throw new PlatformNotSupportedException(Constants.UnavailableOnMacOS);
Пример #4
0
 public static void DidBegin(this ICXProviderDelegate This, CXProvider provider) => throw new PlatformNotSupportedException(Constants.UnavailableOnMacOS);