Package com.biodigital.humansdk
Class HKChapter
java.lang.Object
com.biodigital.humansdk.HKChapter
Chapter object
-
Field Summary
FieldsModifier and TypeFieldDescriptionboolean
true if this chapter is animatedchapter IDchapter descriptiontrue if this chapter contains a videocontains a list of image urls if the chapter contains static imageschapter numberboolean
true if this chapter loopscontains an image url if the chapter has a thumbnail imagechapter title -
Method Summary
-
Field Details
-
title
chapter title -
description
chapter description -
index
chapter number -
chapterId
chapter ID -
animated
public boolean animatedtrue if this chapter is animated -
loops
public boolean loopstrue if this chapter loops -
duration
true if this chapter contains a video -
thumbnail
contains an image url if the chapter has a thumbnail image -
images
contains a list of image urls if the chapter contains static images
-