package com.nativescript.apputils interface FunctionCallback { fun onResult(e: Exception?, result: Any?) }