value * @param string[] $resetKinds Array of strings specifying which options kinds to reset * See User::resetOptions() and User::getOptionKinds() for possible values. * @return bool|void True or no return value to continue or false to abort */ public function onApiOptions( $apiModule, $user, $changes, $resetKinds ); }