setDisplayName

actual fun setDisplayName(displayName: String?)
expect fun setDisplayName(displayName: String?)

Subscriber attribute associated with the display name for the user

Parameters

displayName

Null or empty will delete the subscriber attribute.

actual fun setDisplayName(displayName: String?)