Skip to content

Sideload API changes

Derived by comparing the public API surface across all 26 releases that carry one. A member listed under a version is callable from that version on.

A signature change still compiles for a caller that rebuilds against the new version, and still breaks one that ships against the old one.

  • SurfaceHandle
  • SurfaceHandle.AllowHost(string)
  • SurfaceHandle.Emit(string, string)
  • SurfaceHandle.Id
  • SurfaceHandle.OnCall(string, Func<string, string>)
  • SurfaceHandle.Unmount()
  • Surfaces
  • Surfaces.Available
  • Surfaces.IsMounted(string)
  • Surfaces.Mount(object, string, string, float, Assembly)
  • Surfaces.Unmount(string)
  • AppHandle.CanClaimKeys
  • AppHandle.OnKey(string, Func<string, bool>)
  • AppHandle.Icon(bool)
  • AppHandle.Hide()
  • AppHandle.Show()
  • PhoneScreen
  • PhoneScreen.Available
  • PhoneScreen.IsRaised
  • PhoneScreen.Lower()
  • PhoneScreen.Raise()
  • AppHandle.Notify(string, string) is now AppHandle.Notify(string, string, float)
  • AppHandle.CanOpenProgrammatically
  • AppHandle.Close()
  • AppHandle.IsOpen
  • AppHandle.NoIcon()
  • AppHandle.Open()

First release covered here. 13 public types and members.