Hive SDK v4
24.5.0
androidJvm
Hive SDK v4
/
com.hive
/
Promotion
/
AppInvitationCampaignStage
App
Invitation
Campaign
Stage
class
AppInvitationCampaignStage
:
Promotion.AppInvitationCampaign
Members
Constructors
App
Invitation
Campaign
Stage
Link copied to clipboard
constructor
(
title
:
String
,
description
:
String
,
imageUrl
:
String
,
order
:
Int
,
item
:
JSONObject
,
count
:
Int
,
limit
:
Int
,
campaignId
:
String
,
goalCount
:
Int
,
goalTotal
:
Int
)
constructor
(
jsonCampaignInfo
:
String
)
Properties
goal
Count
Link copied to clipboard
var
goalCount
:
Int
goal
Total
Link copied to clipboard
var
goalTotal
:
Int
Inherited properties
campaign
Id
Link copied to clipboard
var
campaignId
:
String
count
Link copied to clipboard
var
count
:
Int
description
Link copied to clipboard
var
description
:
String
image
Url
Link copied to clipboard
var
imageUrl
:
String
item
Link copied to clipboard
var
item
:
JSONObject
?
limit
Link copied to clipboard
var
limit
:
Int
order
Link copied to clipboard
var
order
:
Int
title
Link copied to clipboard
var
title
:
String
Functions
to
Json
Link copied to clipboard
open
override
fun
toJson
(
)
:
JSONObject
Inherited functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String