done

fun done(e: NCMBException?)

This method executes passed callback functions (in general).

Parameters

e

NCMBException from NCMB


fun done(e: NCMBException?, obj: NCMBObject)

This method executes passed callback functions (Mainly datastore functions).

Parameters

e

NCMBException from NCMB

obj

NCMBObject which is applied response from NCMB


fun done(e: NCMBException?, objList: List<NCMBObject>)

This method executes passed callback functions (Mainly searching datastore functions).

Parameters

e

NCMBException from NCMB

objList

List of NCMBObject which is reflect search response data from NCMB


fun done(e: NCMBException?, token: String?)

This method executes passed callback functions (Mainly user login functions).

Parameters

e

NCMBException from NCMB

token

Session token response data from NCMB


fun done(e: NCMBException?, countNumber: Int)

This method executes passed callback functions (Mainly count data functions).

Parameters

e

NCMBException from NCMB

countNumber

Count data reflect count response data from NCMB


fun done(e: NCMBException?, responseData: JSONObject)

This method executes passed callback functions (Mainly search data functions).

Parameters

e

NCMBException from NCMB

responseData

Response json object from NCMB


fun done(e: NCMBException?, responseScript: ByteArray)

This method executes passed callback functions (Mainly script functions).

Parameters

e

NCMBException from NCMB

responseData

Response json object from NCMB