Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
NeuroAccessMaui.AppDelegate Class Reference
Inheritance diagram for NeuroAccessMaui.AppDelegate:

Public Member Functions

override bool OpenUrl (UIApplication Application, NSUrl Url, NSDictionary Options)
 Method is called when an URL with a registered schema is being opened. More...
 
override void OnActivated (UIApplication application)
 
override void OnResignActivation (UIApplication application)
 

Static Public Member Functions

static void DidReceiveRemoteNotification (UIApplication application, NSDictionary userInfo, Action< UIBackgroundFetchResult > completionHandler)
 
static void RegisteredForRemoteNotifications (UIApplication application, NSData deviceToken)
 

Protected Member Functions

override MauiApp CreateMauiApp ()
 

Detailed Description

Definition at line 15 of file AppDelegate.cs.

Member Function Documentation

◆ CreateMauiApp()

override MauiApp NeuroAccessMaui.AppDelegate.CreateMauiApp ( )
protected

Definition at line 18 of file AppDelegate.cs.

◆ DidReceiveRemoteNotification()

static void NeuroAccessMaui.AppDelegate.DidReceiveRemoteNotification ( UIApplication  application,
NSDictionary  userInfo,
Action< UIBackgroundFetchResult >  completionHandler 
)
static

Definition at line 31 of file AppDelegate.cs.

◆ OnActivated()

override void NeuroAccessMaui.AppDelegate.OnActivated ( UIApplication  application)

Definition at line 96 of file AppDelegate.cs.

◆ OnResignActivation()

override void NeuroAccessMaui.AppDelegate.OnResignActivation ( UIApplication  application)

Definition at line 102 of file AppDelegate.cs.

◆ OpenUrl()

override bool NeuroAccessMaui.AppDelegate.OpenUrl ( UIApplication  Application,
NSUrl  Url,
NSDictionary  Options 
)

Method is called when an URL with a registered schema is being opened.

Parameters
appApplication
urlURL
optionsOptions
Returns
If URL is handled.

Definition at line 60 of file AppDelegate.cs.

◆ RegisteredForRemoteNotifications()

static void NeuroAccessMaui.AppDelegate.RegisteredForRemoteNotifications ( UIApplication  application,
NSData  deviceToken 
)
static

Definition at line 48 of file AppDelegate.cs.


The documentation for this class was generated from the following file: