LuxChat  2.0
Instant messenger for iOS
Instance Methods | Properties | List of all members
FIRUserProfileChangeRequest Class Reference

Represents an object capable of updating a user's profile data. More...

#import <FIRUser.h>

Inheritance diagram for FIRUserProfileChangeRequest:

Instance Methods

(nullable instancetype) - NS_UNAVAILABLE
 
(void) - commitChangesWithCompletion:
 Commits any pending changes. More...
 

Properties

NSString * displayName
 The user's display name. More...
 
NSURL * photoURL
 The user's photo URL. More...
 

Detailed Description

Represents an object capable of updating a user's profile data.

Remarks
Properties are marked as being part of a profile update when they are set. Setting a property value to nil is not the same as leaving the property unassigned.

Method Documentation

- commitChangesWithCompletion: (nullable FIRUserProfileChangeCallback completion

Commits any pending changes.

Remarks
This method should only be called once. Once called, property values should not be changed.
Parameters
completionOptionally; the block invoked when the user profile change has been applied. Invoked asynchronously on the main thread in the future.

Property Documentation

- displayName
readwritenonatomiccopy

The user's display name.

Remarks
It is an error to set this property after calling FIRUserProfileChangeRequest.commitChangesWithCallback:
- photoURL
readwritenonatomiccopy

The user's photo URL.

Remarks
It is an error to set this property after calling FIRUserProfileChangeRequest.commitChangesWithCallback:

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