Interface ConstraintId


public sealed interface ConstraintId
A reference to a variable in the layout engine.
  • Method Summary

    Modifier and Type
    Method
    Description
    fromRaw(long raw)
     
    long
    raw()
    The ID of the constraint.
  • Method Details

    • raw

      long raw()
      The ID of the constraint.
    • fromRaw

      static ConstraintId fromRaw(long raw)