LuxChat  2.0
Instant messenger for iOS
Class Methods | List of all members
PFConfig(Synchronous) Category Reference

#import <PFConfig+Synchronous.h>

Class Methods

(nullable PFConfig *) + PF_SWIFT_UNAVAILABLE
 
More...
 
(nullable PFConfig *) + getConfig:
 

Detailed Description

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.

Method Documentation

+ (nullable PFConfig *) getConfig: (NSError **)  error

Gets the PFConfig object synchronously from the server and sets an error if it occurs.

Parameters
errorPointer to an NSError that will be set if necessary.
Returns
Instance of PFConfig if the operation succeeded, otherwise nil.

Extends class PFConfig.

+ (nullable PFConfig *) PF_SWIFT_UNAVAILABLE



Gets the PFConfig object synchronously from the server.

Returns
Instance of PFConfig if the operation succeeded, otherwise nil.

Extends class PFConfig.


The documentation for this category was generated from the following file: