interface RegistryCallback


Summary

Public functions

String!
String!
Long
Unit
onDimensions(width: Int, height: Int)
Unit
Unit
onProgress(progress: Float)
Unit
setDrawDebug(debugMode: Int)
Unit
setLayoutInformationMode(layoutInformationMode: Int)

Public functions

currentLayoutInformation

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

currentMotionScene

Added in 1.1.0-alpha13
fun currentMotionScene(): String!

getLastModified

Added in 1.1.0-alpha13
fun getLastModified(): Long

onDimensions

Added in 1.1.0-alpha13
fun onDimensions(width: Int, height: Int): Unit

onNewMotionScene

Added in 1.1.0-alpha13
fun onNewMotionScene(content: String!): Unit

onProgress

Added in 1.1.0-alpha13
fun onProgress(progress: Float): Unit

setDrawDebug

Added in 1.1.0-alpha13
fun setDrawDebug(debugMode: Int): Unit

setLayoutInformationMode

Added in 1.1.0-alpha13
fun setLayoutInformationMode(layoutInformationMode: Int): Unit