onResult

public abstract Unit onResult(Integer processCode, List<String> errorKeys, NCError error)

Called when the create-group operation completes.

Parameters

processCode

Process status code on success (e.g. 0 = joined directly, non-zero = pending approval)

errorKeys

List of keys/user IDs that caused the failure; null on success

error

null on success; non-null on failure