toggle menu
bugsnag-android-core
6.3.0
androidJvm
switch theme
search in API
bugsnag-android-core
/
com.bugsnag.android
/
User
User
class
User
:
JsonStream.Streamable
Information about the current user of your application.
Members
Properties
email
Link copied to clipboard
val
email
:
String
?
=
null
id
Link copied to clipboard
val
id
:
String
?
=
null
name
Link copied to clipboard
val
name
:
String
?
=
null
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
Stream
Link copied to clipboard
open
override
fun
toStream
(
writer
:
JsonStream
)