Hive SDK v4
24.5.0
androidJvm
Hive SDK v4
/
com.hive
/
Push
/
PushSetting
Push
Setting
class
PushSetting
:
DataModel
Members
Constructors
Push
Setting
Link copied to clipboard
constructor
(
)
constructor
(
remotePushEnabledWhileRunning
:
Boolean
,
localPushEnabledWhileRunning
:
Boolean
)
Properties
is
Local
Push
Enabled
While
Running
Link copied to clipboard
var
isLocalPushEnabledWhileRunning
:
Boolean
is
Remote
Push
Enabled
While
Running
Link copied to clipboard
var
isRemotePushEnabledWhileRunning
:
Boolean
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