getBackendVersion

fun getBackendVersion(context: Context): String?

Call this function to retrieve the backend version that the app is connected to. E.g : 2.4.12.26 that represents Major.minor.patch while

  • Major = 2.4

  • minor = 12

  • patch = 24

Parameters

context

The application context