Interface PlatformPluginExtension
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PlatformTargetcreateTarget()Creates the PlatformTarget for this extension.intid()Get extension ID.
-
-
-
Method Detail
-
id
int id()
Get extension ID. Must be unique among all extensions.- Returns:
- Extension ID.
-
createTarget
PlatformTarget createTarget()
Creates the PlatformTarget for this extension.- Returns:
- PlatformTarget for this extension.
-
-