REST.Backend.KinveyProvider.TKinveyProvider

Delphi
TKinveyProvider = class(TCustomKinveyProvider)
C++
class PASCALIMPLEMENTATION TKinveyProvider : public TCustomKinveyProvider
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | REST.Backend.KinveyProvider.pas REST.Backend.KinveyProvider.hpp |
REST.Backend.KinveyProvider | REST.Backend.KinveyProvider |
Description
Contains information about the Kinvey cloud service connection.
TKinveyProvider is a non-visual component that sets up Kinvey connection properties such as AppKey, AppSecret, MasterSecret, and UserName.
Use the TKinveyProvider component to connect service components as TBackendQuery or TBackendStorage, for example, to Kinvey.
For more information about using Kinvey, see Mobile Tutorial: Using Remote Notifications (iOS and Android).
See Also
- REST.Backend.KinveyProvider.TCustomKinveyConnectionInfo
- REST.Backend.KinveyProvider.TCustomKinveyConnectionInfo.AppKey
- REST.Backend.KinveyProvider.TCustomKinveyConnectionInfo.AppSecret
- REST.Backend.KinveyProvider.TCustomKinveyConnectionInfo.MasterSecret
- REST.Backend.KinveyProvider.TCustomKinveyConnectionInfo.UserName
- REST.Backend.ServiceComponents.TBackendQuery
- REST.Backend.ServiceComponents.TBackendStorage