Uses of Class
de.extio.spacecraft.shared.model.metaserver.AdminErrorReport
-
Packages that use AdminErrorReport Package Description de.extio.spacecraft.shared.managers Managers implementing various game subsystemsde.extio.spacecraft.shared.model.metaserver Data transfer objects for the metaserver -
-
Uses of AdminErrorReport in de.extio.spacecraft.shared.managers
Method parameters in de.extio.spacecraft.shared.managers with type arguments of type AdminErrorReport Modifier and Type Method Description void
MetaserverClient. getReports(String adminKey, boolean includeAck, Consumer<List<AdminErrorReport>> onSuccess, Consumer<Exception> onError)
Not open for public use, requires a key -
Uses of AdminErrorReport in de.extio.spacecraft.shared.model.metaserver
Methods in de.extio.spacecraft.shared.model.metaserver that return types with arguments of type AdminErrorReport Modifier and Type Method Description static List<AdminErrorReport>
AdminErrorReport. fromReport(String report)
-