Package 

Class LibraryModel

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public final class LibraryModel.Data

      Data class representing the library model data.

      This class holds information about the library, including its name, version, and custom models.

    • Method Summary

      Modifier and Type Method Description
      LibraryModel.Data get(ModelContext modelContext) Retrieves the data for the library model.
      • Methods inherited from class ai.cheq.sst.android.core.models.LibraryModel

        initialize
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail