getInt

abstract fun getInt(key: String, default: Int = 0): Int(source)

Loads SDAI data through getInt.

Return

Result produced by getInt.

Author

Dmitriy Moroz

Parameters

key

key value consumed by the API.

default

default value consumed by the API.