CreateGroupHandler

public interface CreateGroupHandler

Callback for group creation.

The underlying SDK provides additional errorKeys on failure that OperationHandler cannot carry, so this dedicated handler is used.

  • On success: onResult(processCode, null, null)

  • On failure: onResult(null, errorKeys, error)

See also

Functions

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

Called when the create-group operation completes.