apply

abstract fun apply(appData: AppData, columnCount: Int, columnValues: Array<String?>, columnNames: Array<String>): Int(source)

Details on parameters and result can be found here.

The application must not access more than columnCount elements from columnValues and columnNames even if they contain more than columnCount elements.