Example #1
0
 public static void TimedOutPerformingAction(this ICXProviderDelegate This, CXProvider provider, CXAction action) => throw new PlatformNotSupportedException(Constants.UnavailableOnMacOS);
Example #2
0
 public void DidReset(CXProvider provider) => throw new PlatformNotSupportedException(Constants.UnavailableOnMacOS);
Example #3
0
 public static bool ExecuteTransaction(this ICXProviderDelegate This, CXProvider provider, CXTransaction transaction) => throw new PlatformNotSupportedException(Constants.UnavailableOnMacOS);
Example #4
0
 public static void PerformPlayDtmfCallAction(this ICXProviderDelegate This, CXProvider provider, CXPlayDtmfCallAction action) => throw new PlatformNotSupportedException(Constants.UnavailableOnMacOS);
Example #5
0
 public static void DidBegin(this ICXProviderDelegate This, CXProvider provider) => throw new PlatformNotSupportedException(Constants.UnavailableOnMacOS);
Example #6
0
 public virtual void TimedOutPerformingAction(CXProvider provider, CXAction action) => throw new PlatformNotSupportedException(Constants.UnavailableOnMacOS);
Example #7
0
 public virtual void PerformStartCallAction(CXProvider provider, CXStartCallAction action) => throw new PlatformNotSupportedException(Constants.UnavailableOnMacOS);
Example #8
0
 public virtual bool ExecuteTransaction(CXProvider provider, CXTransaction transaction) => throw new PlatformNotSupportedException(Constants.UnavailableOnMacOS);
Example #9
0
 public abstract void DidReset(CXProvider provider);