Parameter |
Data Type |
Description |
Is Required |
accessToken |
String |
Access Token required to passed for Authentication/authorization |
true |
cameraId |
Int |
Camera Id to identify Camera |
true |
startTime |
Date |
Start time for laoding events and recordings. Default value : Most recent date and time. |
|
primaryColor |
String |
Takes hex value of color as string. Eg:timelineObj.primaryColor = "#0c94c8"; |
|
secondaryColor |
String |
Takes hex value of color as string. Eg:timelineObj.secondaryColor = "#333333"; |
|
customFont |
FontType (enum) |
Allows user to select default or poppins font. The dafault font is Roboto. Available font types: poppinsFont, defaultFont Eg:timelineObj.customFont = poppinsFont; Default Font value: defaultFont |
|
isTimelineControlsVisible |
Bool |
Set True/False to Show/Hide the bottom tab bar control on timeline screen. Eg: timelineObj.isTimelineControlsVisible = true; Default value: True |
|
isVerticalRecordingsVisible |
Bool |
Set True/False to Show/Hide the vertical timeline recordings. Eg:timelineObj.isVerticalRecordingsVisible = false; Default value: True |
|
zoomLevel |
Int |
Set the value from 0 to 2 to set the Zoom level, where 0 is No-zoom and 2 is the highest zoom level. Default value: 0 (No zoom) |
|
albumName |
String |
To specify the album name for saving the Snapshots and downloaded events. Default album name is: Timeline |
|
hideEventTypes | String | String of event types to hide (comma-separated). Eg: timelineObject.hideEventTypes = "vmdDetected,pirDetected" |
|
isCameraNameVisible |
Bool | Allows the user to hide Camera name. Default value: True |
Set initialization parameter accessToken.
Set initialization parameter cameraId.
Set initialization parameter time with seconds. - timestamp.
Available zoom levels are 0,1,2. Default = 0
The default colors are primaryColor = "#0c94c8" and secondaryColor = "#333333"
Available font families are Roboto and Poppins.
Device language will be set by the SDK. Supported languages are English, Dutch, German, Spanish, Turkish. For unsupported language, the default language is English.