Table of Contents

Interface IAppearingAware

Namespace
Nalu
Assembly
Nalu.Maui.Navigation.dll

INavigationService will invoke OnAppearingAsync() method when the page is appearing and no navigation intent has been provided.

public interface IAppearingAware

Methods

OnAppearingAsync()

Invoked when the page is appearing without a navigation intent.

ValueTask OnAppearingAsync()

Returns

ValueTask

A task which completes when appearing routines are completed.