Table of Contents

Method UseQavrenEdge

Namespace
Qavren.Edge.Maui
Assembly
Qavren.Edge.Maui.dll

UseQavrenEdge(MauiAppBuilder, Action<EdgeBuilder>)

Registers Qavren.Edge, replaces IEdgePaths with the MAUI implementation, and maps platform lifecycle events onto IEdgeLifecycle.

public static MauiAppBuilder UseQavrenEdge(this MauiAppBuilder builder, Action<EdgeBuilder> configure)

Parameters

builder MauiAppBuilder

The MAUI app builder.

configure Action<EdgeBuilder>

Configures the Qavren.Edge builder.

Returns

MauiAppBuilder

The same builder, for chaining.