MetaPhrase

An open source translation editor for native mobile app localization.

View project on GitHub

//MetaPhrase/com.github.diegoberaldin.metaphrase.domain.glossary.persistence.dao/GlossaryTermDao/getById

getById

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

Get a tern given its id.

Return

GlossaryTermModel or null

Parameters

jvm

   
id Term ID