Class UpdateExtensionDetails


  • public final class UpdateExtensionDetails
    extends java.lang.Object
    This class defines a structure which may be used to provide information about the manage extension update state.
    • Constructor Detail

      • UpdateExtensionDetails

        public UpdateExtensionDetails​(ExtensionBundle extensionBundle,
                                      ExtensionBundle installedExtensionBundle)
        Creates a new update extension details with the provided information.
        Parameters:
        extensionBundle - The update extension bundle being installed.
        installedExtensionBundle - The extension bundle getting updated.