REST.Backend.KinveyApi.TKinveyApi.TPlatformType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TPlatformType = (IOS, Android);

C++

enum class DECLSPEC_DENUM TPlatformType : unsigned char { IOS, Android };

Properties

Type Visibility Source Unit Parent
enum public
REST.Backend.KinveyApi.pas
REST.Backend.KinveyApi.hpp
REST.Backend.KinveyApi TKinveyApi

Description

Is an enumeration of the platform types.

A variable of TPlatformType can have one of the following values:

Item Description
IOS The platform type is iOS.
Android The platform type is Android.

See Also