Windows Phone 8 GDR2 vs RTM API Changes


SUBMITTED BY: Guest

DATE: Nov. 16, 2013, 3:26 a.m.

FORMAT: Text only

SIZE: 1.9 kB

HITS: 909

  1. MetaDiff v0.1
  2. new file: WP8_GDR2\Emu\WinMD\Windows.winmd
  3. old file: WP8_RTM\MDILXAPCompile\WinMDs\Windows.winmd
  4. diff legends: +: added, -: removed, *: changed, |: type member changed
  5. + public class Windows.Phone.Networking.NetworkOperators.PhoneCallBlockedEventArgs {
  6. + public string PhoneNumber { get; }
  7. + public PhoneCallBlockedReason Reason { get; }
  8. + }
  9. + public enum Windows.Phone.Networking.NetworkOperators.PhoneCallBlockedReason {
  10. + PrivateNumber = 0,
  11. + UnknownNumber = 1,
  12. + BlockedNumber = 2,
  13. + }
  14. + public class Windows.Phone.Networking.NetworkOperators.PhoneCallFilter {
  15. + public PhoneCallFilterStatus Status { get; }
  16. + public static void EnableFiltering( bool enablePhoneCallFiltering );
  17. + public static void SetCallBlockingPreferences( IIterable<string> phoneNumbersToBlock, uint desiredMinimumDigitsToMatch, TelephoneNumberCategories categoriesToBlock );
  18. + }
  19. + public enum Windows.Phone.Networking.NetworkOperators.PhoneCallFilterStatus {
  20. + Started = 0,
  21. + Stopped = 1,
  22. + }
  23. + public class Windows.Phone.Networking.NetworkOperators.SmsFilter {
  24. + public SmsFilterStatus Status { get; }
  25. + public static void EnableFiltering( bool enableSmsFiltering );
  26. + }
  27. + public enum Windows.Phone.Networking.NetworkOperators.SmsFilterAction {
  28. + Allow = 0,
  29. + Block = 1,
  30. + }
  31. + public class Windows.Phone.Networking.NetworkOperators.SmsFilterMessageReceivedEventArgs {
  32. + public SmsFilterAction Action { get; set; }
  33. + public string Body { get; }
  34. + public string SenderPhoneNumber { get; }
  35. + }
  36. + public enum Windows.Phone.Networking.NetworkOperators.SmsFilterStatus {
  37. + Started = 0,
  38. + Stopped = 1,
  39. + }
  40. + public enum Windows.Phone.Networking.NetworkOperators.TelephoneNumberCategories {
  41. + None = 0,
  42. + Private = 1,
  43. + Unknown = 2,
  44. + }

comments powered by Disqus