IMauiInitializeService Interface

Definition

Represents a service that is initialized during the application construction.

public interface class IMauiInitializeService
public interface IMauiInitializeService
type IMauiInitializeService = interface
Public Interface IMauiInitializeService

Remarks

This service is initialized during the MauiAppBuilder.Build() method. It is executed once per application using the root service provider.

Methods

Initialize(IServiceProvider)

Applies to