Class ResumePoint

    • Method Detail

      • getFullyPlayed

        public Boolean getFullyPlayed()
        Check whether the episode has been fully played by the user.
        Returns:
        If true, the episode has been fully played by the user.
      • getResumePositionMs

        public Integer getResumePositionMs()
        Get the user’s most recent position in the episode in milliseconds.
        Returns:
        The user’s most recent position in the episode in milliseconds.
      • builder

        public ResumePoint.Builder builder()
        Description copied from interface: IModelObject
        Create a builder for building an instance of a model object.
        The type of the builder and its methods depend on its corresponding implementation.
        Returns:
        A builder object.