toggle menu
Brightcove Player SDK for Android 10.1.3
10.1.3
sdk
switch theme
search in API
sdk
/
com.brightcove.player.store
/
IdentifiableEntity
Identifiable
Entity
interface
IdentifiableEntity
<
E
:
IdentifiableEntity
?
,
T
>
Defines the contract of a Persistable object can be identified using a key.
Inheritors
AbstractAnalyticsEvent
Members
Functions
get
Identity
Condition
Link copied to clipboard
abstract
fun
getIdentityCondition
(
)
:
LogicalCondition<? extends Expression<T>, ?>
Gets a LogicalCondition that can be used to match this entity by it's unique identifier.
abstract
fun
getIdentityCondition
(
key
:
T
)
:
LogicalCondition<? extends Expression<T>, ?>
Gets a LogicalCondition that can be used to match an entity by it's unique identifier.
get
Key
Link copied to clipboard
abstract
fun
getKey
(
)
:
T
Gets the unique identifier of the entity.