-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum SDKShareIntentEnum
-
-
Method Summary
Modifier and Type Method Description StringtoString()static Stringvalidate(String intentType)static SDKShareIntentEnumfromString(String intentType)static Array<SDKShareIntentEnum>values()static SDKShareIntentEnumvalueOf(String name)-
-
Method Detail
-
fromString
@Nullable() static SDKShareIntentEnum fromString(String intentType)
-
values
static Array<SDKShareIntentEnum> values()
-
valueOf
static SDKShareIntentEnum valueOf(String name)
-
-
-
-