ObsoleteMethodWarning.cs 168 B

1234567
  1. namespace Agora.Rtc
  2. {
  3. internal static partial class ObsoleteMethodWarning
  4. {
  5. internal const string GeneralWarning = "This method is deprecated.";
  6. }
  7. }