Class SdkEnums
Exposes a collection of existing converters between managed and native enum values.
Inherited Members
Namespace: AppstockSDK.Android
Assembly: Appstock.Android.dll
Syntax
public static class SdkEnums
Properties
JavaEnums
Get the converters.
Declaration
public static IEnumerable<IJavaEnum> JavaEnums { get; }
Property Value
Type | Description |
---|---|
IEnumerable<IJavaEnum> | Collection of existing converters. |