AFCreateStartupQueryActionDelegate typedef
        AFCreateStartupQueryActionDelegate =
     dynamic Function()
    
    
Delegate used to create an app-specific query that is run when the app first starts.
Implementation
typedef AFCreateStartupQueryActionDelegate = dynamic Function();