|
LuxChat
2.0
Instant messenger for iOS
|
#import <ParseClientConfiguration.h>
Properties | |
| NSString * | applicationId |
More... | |
| NSString * | clientKey |
| NSString * | server |
| id< PFFileUploadController > | fileUploadController |
| BOOL localDatastoreEnabled | PF_TV_UNAVAILABLE |
More... | |
| NSString *applicationGroupIdentifier PF_TV_UNAVAILABLE | PF_WATCH_UNAVAILABLE |
More... | |
| NSString *containingApplicationBundleIdentifier PF_TV_UNAVAILABLE | PF_WATCH_UNAVAILABLE |
| NSUInteger | networkRetryAttempts |
More... | |
The ParseMutableClientConfiguration represents a ParseClientConfiguration object that can be mutated.
It is only usable during the execution of the block passed to ParseClientConfiguration.+configurationWithBlock:, during which time you should set your properties on it, similar to the following:
``` configuration.applicationId = "<#YOUR APPLICATION ID#>" configuration.clientKey = @"<#YOUR CLIENT KEY#>" configuration.localDatastoreEnabled = true ```
|
readwritenonatomiccopy |
The Parse.com application id to configure the SDK with.
|
readwritenonatomiccopy |
The Parse.com client key to configure the SDK with.
|
readwritenonatomicstrong |
Sets a custom file upload controller that uploads PFFiles using its own policy.
|
readwritenonatomicassign |
The maximum number of retry attempts to make upon a failed network request.
|
readwritenonatomicassign |
Whether or not to enable pinning in the SDK.
The default value is NO.
|
readwritenonatomiccopy |
When set, enables data sharing with an application group identifier.
After enabling - Local Datastore, PFUser.+currentUser, PFInstallation.+currentInstallation and all eventually commands are going to be available to every application/extension in a group that have the same Parse applicationId.
|
readwritenonatomiccopy |
When set, controls the bundle identifier of the parent bundle to connect to.
|
readwritenonatomiccopy |
The URL of the server that is being used by the SDK. Defaults to https://api.parse.com/1.
nil will throw an NSInvalidArgumentException.
1.8.9.1