REST.Backend.KinveyProvider.TKinveyProvider

From RAD Studio API Documentation
Jump to: navigation, search

REST.Backend.KinveyProvider.TCustomKinveyProviderREST.Backend.KinveyProvider.TCustomKinveyConnectionInfoSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTKinveyProvider

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

Code Samples