Xamarin.Forms by Xamarin Inc.

<PackageReference Include="Xamarin.Forms" Version="2.0.1.6492-pre1" />

.NET API 803,328 bytes

 NavigationRenderer

protected virtual Task<bool> OnPopToRootAsync(Page page, bool animated)

protected virtual Task<bool> OnPopViewAsync(Page page, bool animated)

protected virtual Task<bool> OnPushAsync(Page view, bool animated)

public Task<bool> PopToRootAsync(Page page, bool animated = true)

public Task<bool> PopViewAsync(Page page, bool animated = true)

public Task<bool> PushViewAsync(Page page, bool animated = true)