AFPluginExtensionContext class

Implementers

Constructors

AFPluginExtensionContext()

Properties

createApp ↔ AFCreateAFAppDelegate?
getter/setter pair
defineAppFundamentalTheme ↔ AFInitAppFundamentalThemeDelegate?
getter/setter pair
defineCore → List<AFInitCoreDelegate>
final
defineFundamentalLibraryThemes → List<AFInitPluginFundamentalThemeDelegate>
final
defineScreenMaps → List<AFInitScreenMapDelegate>
final
hashCode → int
The hash code for this object.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
test ↔ AFTestExtensionContext
getter/setter pair
themeInitializers → List<AFInitPluginFundamentalThemeDelegate>
final
thirdParty → AFAppLibraryExtensionContext
final

Methods

addCreateFunctionalTheme(AFInitCoreDelegate init) → void
addPluginFundamentalThemeArea(AFInitPluginFundamentalThemeDelegate initArea) → void
Used by third parties to register screens that can be used by the app.
addPluginInitScreenMapAction(AFInitScreenMapDelegate defineScreenMap) → void
Used by third parties to register screens that can be used by the app.
defineAllCore(AFCoreDefinitionContext context) → void
defineScreenMap(AFScreenMap screenMap, Iterable<AFCoreLibraryExtensionContext> libraries) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited