Package 

Class AbstractOfflineVideo

  • All Implemented Interfaces:
    com.brightcove.player.store.IdentifiableEntity , io.requery.Persistable

    @Entity() 
    public abstract class AbstractOfflineVideo
     implements IdentifiableEntity<OfflineVideo, UUID>
                        

    Defines the contract of an entity that can be parceled and persisted into a local database with information related to an video that can be played back offline.

    • Method Summary

      Modifier and Type Method Description
      LogicalCondition<out Expression<UUID>, out Object> getIdentityCondition(UUID key)
      LogicalCondition<out Expression<UUID>, out Object> getIdentityCondition()
      • Methods inherited from class com.brightcove.player.store.IdentifiableEntity

        getIdentityCondition, getKey
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait