|
LuxChat
2.0
Instant messenger for iOS
|
#import <PFConfig+Synchronous.h>
Class Methods | |
| (nullable PFConfig *) | + PF_SWIFT_UNAVAILABLE |
More... | |
| (nullable PFConfig *) | + getConfig: |
Copyright (c) 2015-present, Parse, LLC. All rights reserved.
This source code is licensed under the BSD-style license found in the LICENSE file in the root directory of this source tree. An additional grant of patent rights can be found in the PATENTS file in the same directory. This category lists all methods of PFConfig class that are synchronous, but have asynchronous counterpart, Calling one of these synchronous methods could potentially block the current thread for a large amount of time, since it might be fetching from network or saving/loading data from disk.
| + (nullable PFConfig *) getConfig: | (NSError **) | error |
| + (nullable PFConfig *) PF_SWIFT_UNAVAILABLE |
1.8.9.1