MetaPhrase

An open source translation editor for native mobile app localization.

View project on GitHub

//MetaPhrase/com.github.diegoberaldin.metaphrase.domain.glossary.repository/GlossaryTermRepository/getById

getById

[jvm]
abstract suspend fun getById(id: Int): GlossaryTermModel?

Get a term by ID.

Return

GlossaryTermModel or null if no such term exists

Parameters

jvm

   
id Term ID