| Modifier and Type | Method and Description |
|---|---|
static Overlay.FadeType |
Overlay.FadeType.forNumber(int value) |
Overlay.FadeType |
Overlay.AnimationFadeOrBuilder.getFadeType()
Required.
|
Overlay.FadeType |
Overlay.AnimationFade.getFadeType()
Required.
|
Overlay.FadeType |
Overlay.AnimationFade.Builder.getFadeType()
Required.
|
static Overlay.FadeType |
Overlay.FadeType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Overlay.FadeType |
Overlay.FadeType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Overlay.FadeType |
Overlay.FadeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Overlay.FadeType[] |
Overlay.FadeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<Overlay.FadeType> |
Overlay.FadeType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Overlay.AnimationFade.Builder |
Overlay.AnimationFade.Builder.setFadeType(Overlay.FadeType value)
Required.
|
Copyright © 2022 Google LLC. All rights reserved.