bugsnag-android-core
/
com.bugsnag.android
/
User
User
class
User
:
JsonStream.Streamable
Content copied to clipboard
Information about the current user of your application.
Functions
Properties
Functions
equals
Link copied to clipboard
open operator override fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
open override fun
hashCode
():
Int
Content copied to clipboard
toStream
Link copied to clipboard
open override fun
toStream
(writer:
JsonStream
)
Content copied to clipboard
Properties
email
Link copied to clipboard
val
email
:
String
? = null
Content copied to clipboard
id
Link copied to clipboard
val
id
:
String
? = null
Content copied to clipboard
name
Link copied to clipboard
val
name
:
String
? = null
Content copied to clipboard