Enum SettingsDeliveryRequest.TypeEnum
Defines Type
Namespace: Unity.Services.Apis.RemoteConfig
Assembly: solution.dll
Syntax
public enum SettingsDeliveryRequest.TypeEnum
Fields
Name | Description |
---|---|
Bool | Enum Bool for value: bool |
Float | Enum Float for value: float |
Int | Enum Int for value: int |
Json | Enum Json for value: json |
Long | Enum Long for value: long |
String | Enum String for value: string |