class Registry


Summary

Public constructors

Public functions

String!
String!
java-static Registry!
Long
(Mutable)Set<String!>!
Unit
register(name: String!, callback: RegistryCallback!)
Unit
setDrawDebug(name: String!, debugMode: Int)
Unit
Unit
unregister(name: String!, callback: RegistryCallback!)
Unit
updateContent(name: String!, content: String!)
Unit
updateDimensions(name: String!, width: Int, height: Int)
Unit
updateProgress(name: String!, progress: Float)

Public constructors

Registry

Added in 1.1.0-alpha13
Registry()

Public functions

currentContent

Added in 1.1.0-alpha13
fun currentContent(name: String!): String!

currentLayoutInformation

Added in 1.1.0-alpha13
fun currentLayoutInformation(name: String!): String!

getInstance

Added in 1.1.0-alpha13
java-static fun getInstance(): Registry!

getLastModified

Added in 1.1.0-alpha13
fun getLastModified(name: String!): Long

getLayoutList

Added in 1.1.0-alpha13
fun getLayoutList(): (Mutable)Set<String!>!

register

Added in 1.1.0-alpha13
fun register(name: String!, callback: RegistryCallback!): Unit

setDrawDebug

Added in 1.1.0-alpha13
fun setDrawDebug(name: String!, debugMode: Int): Unit

setLayoutInformationMode

Added in 1.1.0-alpha13
fun setLayoutInformationMode(name: String!, mode: Int): Unit

unregister

Added in 1.1.0-alpha13
fun unregister(name: String!, callback: RegistryCallback!): Unit

updateContent

Added in 1.1.0-alpha13
fun updateContent(name: String!, content: String!): Unit

updateDimensions

Added in 1.1.0-alpha13
fun updateDimensions(name: String!, width: Int, height: Int): Unit

updateProgress

Added in 1.1.0-alpha13
fun updateProgress(name: String!, progress: Float): Unit