toggle menu
Brightcove Player SDK for Android 10.1.2
10.1.2
sdk
switch theme
search in API
sdk
/
com.brightcove.player.concurrency
/
ConcurrencySession
Concurrency
Session
open
class
ConcurrencySession
Members
Constructors
Concurrency
Session
Link copied to clipboard
constructor
(
)
constructor
(
endViewerID
:
String
,
sessionID
:
String
,
lastSeen
:
String
,
active
:
Boolean
,
sessionTTL
:
String
)
Properties
ACTIVE_FIELD
Link copied to clipboard
val
ACTIVE_FIELD
:
String
=
"stopped"
END_VIEWER_ID_FIELD
Link copied to clipboard
val
END_VIEWER_ID_FIELD
:
String
=
"end_viewer_id"
end
Viewer
ID
Link copied to clipboard
open
var
endViewerID
:
String
LAST_SEEN_FIELD
Link copied to clipboard
val
LAST_SEEN_FIELD
:
String
=
"last_seen"
last
Seen
Link copied to clipboard
open
var
lastSeen
:
String
SESSION_ID_FIELD
Link copied to clipboard
val
SESSION_ID_FIELD
:
String
=
"session_id"
SESSION_TTL_FIELD
Link copied to clipboard
val
SESSION_TTL_FIELD
:
String
=
"session_ttl"
session
ID
Link copied to clipboard
open
var
sessionID
:
String
session
TTL
Link copied to clipboard
open
var
sessionTTL
:
String
Functions
is
Active
Link copied to clipboard
open
fun
isActive
(
)
:
Boolean
set
Active
Link copied to clipboard
open
fun
setActive
(
active
:
Boolean
)