ContextCreatedListenerΒΆ ContextCreatedListenerType Alias ContextCreatedListenerContextCreatedListener: (context: ContextAPI) => voidA listener function which can be registered with addContextCreatedListener. Type Declaration(context: ContextAPI): voidParameterscontext: ContextAPIThe created Context. Returns void
A listener function which can be registered with addContextCreatedListener.