//shared/org.readium.r2.shared.drm/DRM/Brand/Companion
Companion¶
[androidJvm]\ object Companion : MapCompanion<String, DRM.Brand>
Functions¶
Name | Summary |
---|---|
get | [androidJvm] open fun get(key: String?): DRM.Brand? Returns the element matching the key, or null if not found. |
invoke | [androidJvm] open operator fun invoke(key: String?): DRM.Brand? Alias to get, to be used like keyMapper("a_key"). |
Properties¶
Name | Summary |
---|---|
keys | [androidJvm] val keys: Set<String> Returns the available keys. |