Hive SDK v4
24.5.0
androidJvm
Hive SDK v4
/
com.hive
/
SocialHive
/
GuestLoginParam
Guest
Login
Param
class
GuestLoginParam
:
DataModel
AsyncRequest guest/login input data model
Members
Constructors
Guest
Login
Param
Link copied to clipboard
constructor
(
)
constructor
(
guestUid
:
String
,
signature
:
String
,
publicKey
:
String
)
Properties
guest
Uid
Link copied to clipboard
var
guestUid
:
String
public
Key
Link copied to clipboard
var
publicKey
:
String
signature
Link copied to clipboard
var
signature
:
String
Inherited functions
to
JSON
Link copied to clipboard
open
fun
toJSON
(
)
:
JSONObject
to
Map
Link copied to clipboard
fun
toMap
(
)
:
Map
<
String
,
Any
>
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String