-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum MobileSegment.TruncationMode extends Enum<MobileSegment.TruncationMode>
Defines how text should be truncated when it exceeds the wireframe bounds. If omitted, text wraps naturally.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classMobileSegment.TruncationMode.Companion
-
Method Summary
Modifier and Type Method Description final JsonElementtoJson()final StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
toJson
final JsonElement toJson()
-
getOrdinal
final Integer getOrdinal()
-
-
-
-