NubrickUser
定義
public class NubrickUser {
public var id: String { get }
public var retention: Int { get }
public func setProperties(_ properties: [String: Any])
public func comeBack()
public func debugPrint()
}.id
let userId: String = nubrick.user.idnubrick.user.setProperties(["userId": "<CUSTOM_USER_ID>"]).retention
let retention: Int = nubrick.user.retention.setProperties
.debugPrint
.comeBack
ビルトインのユーザープロパティ
Key
Description
Last updated