public final class MACaptionAppearanceBehavior
extends java.lang.Object
MACaptionAppearanceBehavior is used to determine how a preference value should be used.
[@constant] kMACaptionAppearanceBehaviorUseValue The value should override any content, application, or otherwise-defined values. [@constant] kMACaptionAppearanceBehaviorUseContentIfAvailable Content, application, or otherwise-defined values should override the returned value. If no other value is defined, then the return value should be used.
| Modifier and Type | Field and Description |
|---|---|
static long |
ContentIfAvailable |
static long |
Value |
public static final long Value
public static final long ContentIfAvailable