Skip to content

//selekt-android/com.bloomberg.selekt.android/Selekt

Selekt

[androidJvm]\ object Selekt

Functions

Name Summary
gitCommit [androidJvm]
fun gitCommit(): String
registerComponentCallbackWith [androidJvm]
fun registerComponentCallbackWith(application: Application)
Tell Selekt to register a component callback with an Application, allowing Selekt to respond to important memory pressure events during the Application's lifecycle.
sqliteLibVersion [androidJvm]
fun sqliteLibVersion(): String
sqliteLibVersionNumber [androidJvm]
fun sqliteLibVersionNumber(): Int
unregisterComponentCallbackFrom [androidJvm]
fun unregisterComponentCallbackFrom(application: Application)
Tell Selekt to unregister its component callback from an Application.