AfterAppStartedAttribute Class

Definition

Can be used on static methods to register for notifications immediately after an app instance has been started.

Valid parameters:

  • Zero arguments
  • One argument of type IApp.
  • One argument of type AndroidApp.
  • One argument of type iOSApp.
[System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false)]
public class AfterAppStartedAttribute : Attribute
type AfterAppStartedAttribute = class
    inherit Attribute
Public Class AfterAppStartedAttribute
Inherits Attribute
Inheritance
AfterAppStartedAttribute
Attributes

Constructors

AfterAppStartedAttribute()

Applies to