userDetailsNickname (property)

This property holds the casual name of the user.

Syntax

@property (nonatomic,readonly,assign,getter=userDetailsNickname) NSString* userDetailsNickname;
- (NSString*)userDetailsNickname;
public var userDetailsNickname: String {
  get {...}
}

Default Value

""

Remarks

This property holds the casual name of the user. This may or may not be the same as UserDetailsFirstName.

This property is read-only.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Auth 2020 iOS Edition - Version 20.0 [Build 8155]