sender-sdk
androidJvm
sender-sdk
/
tv.vizbee.model.controllers.services.sync
/
Sync2API
Sync2API
open
class
Sync2API
Sync2API
Members
Constructors
Sync2API
Link copied to clipboard
constructor
(
)
Functions
add
Ad
Status
Link copied to clipboard
open
fun
addAdStatus
(
body
:
JSONObject
,
as
:
AdStatus
)
:
JSONObject
add
Video
Info
Link copied to clipboard
open
fun
addVideoInfo
(
body
:
JSONObject
,
vi
:
VideoInfo
)
:
JSONObject
add
Video
Info
Extension
Link copied to clipboard
open
fun
addVideoInfoExtension
(
body
:
JSONObject
,
vi
:
VideoInfo
)
:
JSONObject
add
Video
Status
Link copied to clipboard
open
fun
addVideoStatus
(
body
:
JSONObject
,
vs
:
VideoStatus
)
:
JSONObject
get
Ad
Status
Link copied to clipboard
open
fun
getAdStatus
(
body
:
JSONObject
)
:
AdStatus
get
Card
Status
Link copied to clipboard
open
fun
getCardStatus
(
body
:
JSONObject
)
:
CardStatus
Gets card status from body
get
Video
Info
Link copied to clipboard
open
fun
getVideoInfo
(
body
:
JSONObject
)
:
VideoInfo
Gets video status from body
get
Video
Status
Link copied to clipboard
open
fun
getVideoStatus
(
body
:
JSONObject
)
:
VideoStatus
Gets videostatus from body
Properties
LOG_TAG
Link copied to clipboard
val
LOG_TAG
:
String