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

#import <PFCloud+Deprecated.h>

Class Methods

(void) + callFunctionInBackground:withParameters:target:selector:
 

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 PFCloud that are deprecated and will be removed in the near future.

Method Documentation

+ (void) callFunctionInBackground: (NSString *)  function
withParameters: (nullable NSDictionary *)  parameters
target: (nullable id)  target
selector: ("Please use `PFCloud.+callFunctionInBackground:withParameters:` instead.")  PARSE_DEPRECATED 

Calls the given cloud function asynchronously with the parameters provided and then executes the given selector when it is done.

Parameters
functionThe function name to call.
parametersThe parameters to send to the function.
targetThe object to call the selector on.
selectorThe selector to call when the function call finished. It should have the following signature: (void)callbackWithResult:(id)result error:(NSError *)error. Result will be nil if error is set and vice versa.
Deprecated:
Please use PFCloud.+callFunctionInBackground:withParameters: instead.

Extends class PFCloud.


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