Table of Contents

Method AddObserver

Namespace
Alternet.UI
Assembly
Alternet.UI.Maui.dll

AddObserver(string, Action<NSNotification>)

Adds observer for the specified notification.

public static NSObject AddObserver(string name, Action<NSNotification> action)

Parameters

name string

Notification name.

action Action<NSNotification>

Action to call.

Returns

NSObject