REST.Backend.KinveyProvider.TKinveyProvider

Delphi
TKinveyProvider = class(TCustomKinveyProvider)
C++
class PASCALIMPLEMENTATION TKinveyProvider : public TCustomKinveyProvider
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
class | public | REST.Backend.KinveyProvider.pas REST.Backend.KinveyProvider.hpp |
REST.Backend.KinveyProvider | REST.Backend.KinveyProvider |
Description
Contient des informations concernant la connexion au service cloud de Kinvey.
TKinveyProvider est un composant non visuel qui configure les propriétés de connexion de Kinvey, comme AppKey, AppSecret, MasterSecret et UserName.
Utilisez le composant TKinveyProvider pour connecter des composants de service tels que TBackendQuery ou TBackendStorage par exemple à Kinvey.
Pour de plus amples informations sur l'utilisation de Kinvey, voir Tutoriel mobile : Utilisation des notifications distantes (iOS et Android).
Voir aussi
- 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