SharedValues.SharedValuesListener

interface SharedValues.SharedValuesListener

Known direct subclasses
ReactiveGuide

Utility class representing a reactive Guideline helper object for ConstraintLayout.


interface for listeners

Summary

Public functions

Unit
onNewValue(key: Int, newValue: Int, oldValue: Int)

Public functions

onNewValue

Added in 2.2.0-alpha13
fun onNewValue(key: Int, newValue: Int, oldValue: Int): Unit
Parameters
key: Int
newValue: Int
oldValue: Int