OpenItem

data class OpenItem(val id: Long) : GalleryIntent(source)

Carries OpenItem data through the SDAI presentation layer.

Author

Dmitriy Moroz

Parameters

id

identifier of the target entity.

Constructors

Link copied to clipboard
constructor(id: Long)

Properties

Link copied to clipboard
val id: Long