Conforms to AGConfig
Declared in AGStoreConfig.h

Overview

Represents the public API to configure AGStore objects.

Tasks

Properties

encryptionService

The encryption service to use for encryption/decryption of data.

@property (strong, nonatomic) id<AGEncryptionService> encryptionService

Discussion

The encryption service to use for encryption/decryption of data.

Declared In

AGStoreConfig.h

recordId

Applies the recordId to the configuration.

@property (copy, nonatomic) NSString *recordId

Discussion

Applies the recordId to the configuration.

Declared In

AGStoreConfig.h