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

#import <PFAnonymousUtils+Deprecated.h>

Class Methods

(void) + logInWithTarget:selector:
 
More...
 

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

Method Documentation

+ (void) logInWithTarget: (nullable id)  target
selector: ("Please use `PFAnonymousUtils.+logInWithBlock:` instead.")  PARSE_DEPRECATED 



Creates an anonymous user asynchronously and invokes a selector on a target.

Parameters
targetTarget object for the selector.
selectorThe selector that will be called when the asynchronous request is complete. It should have the following signature: (void)callbackWithUser:(PFUser *)user error:(NSError *)error.
Deprecated:
Please use PFAnonymousUtils.+logInWithBlock: instead.

Extends class PFAnonymousUtils.


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